Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for http observability on vault_cluster resource #671

Merged
merged 36 commits into from
Dec 4, 2023

Commits on Oct 30, 2023

  1. Added fields and validation for

    http observability provider
    jaireddjawed committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    37baf59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43619f5 View commit details
    Browse the repository at this point in the history
  3. Noted http observability provider

    improvement in changelog
    jaireddjawed committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    01b6283 View commit details
    Browse the repository at this point in the history
  4. Ran go generate

    jaireddjawed committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d62f5b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41460bd View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    b0a09af View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. renamed missingParamsError

    to invalidProviderConfigError
    jaireddjawed committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9de6e27 View commit details
    Browse the repository at this point in the history
  2. updated http_bearer_token, http_basic_user, and http_basic_password t…

    …o specifiy that only basic or bearer authentication
    
    can be provided at any given time
    jaireddjawed committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    026ac0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bad8ace View commit details
    Browse the repository at this point in the history
  4. validate that http_codec

    should only be "JSON" or "NDJSON" values
    jaireddjawed committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    fd25524 View commit details
    Browse the repository at this point in the history
  5. validated httpMethod so ensure

    that its value is either POST, PUT, or PATCH
    jaireddjawed committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bd1b490 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    439a809 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b97bbc3 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'jaireddjawed-hcpv-http' of github.com:hashicorp/terrafo…

    …rm-provider-hcp into jaireddjawed-hcpv-http
    
    Merge changes from main
    jaireddjawed committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3fd4d79 View commit details
    Browse the repository at this point in the history
  9. updated http_basic_user

    and http_basic_password description
    jaireddjawed committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f5c4771 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    230d250 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b73f1b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4fd2cf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    9103005 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    071d2ee View commit details
    Browse the repository at this point in the history
  2. renamed missingParamError to invalidProviderConfigError

    from newrelic branch
    jaireddjawed committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4927342 View commit details
    Browse the repository at this point in the history
  3. Ran 'go generate'

    jaireddjawed committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    143659a View commit details
    Browse the repository at this point in the history
  4. removed httpConfigError from

    validateHTTPAuth function
    jaireddjawed committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4538814 View commit details
    Browse the repository at this point in the history
  5. Made sure that httpBasicAuth is

    only set when the user provides authentication
    jaireddjawed committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6fadcac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d42aec View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge branch 'main' into jaireddjawed-hcpv-http

    Merged changes from main branch into hcpv-http.
    jaireddjawed committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c2a86b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. made order of http and newrelic

    provider fields consistent across both files
    jaireddjawed committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6f57829 View commit details
    Browse the repository at this point in the history
  2. added changelog file

    jaireddjawed committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4ba3f1a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    3068162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91653ec View commit details
    Browse the repository at this point in the history
  3. Merge branch 'jaireddjawed-hcpv-http' of github.com:hashicorp/terrafo…

    …rm-provider-hcp into jaireddjawed-hcpv-http
    jaireddjawed committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    71cc220 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0702e17 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    3e90a4e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jaireddjawed-hcpv-http' of github.com:hashicorp/terrafo…

    …rm-provider-hcp into jaireddjawed-hcpv-http
    jaireddjawed committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    85d4152 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    b6e9575 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    5a9d822 View commit details
    Browse the repository at this point in the history