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

Support configuring vault version handling. #1646

Merged
merged 4 commits into from
Oct 26, 2022

Commits on Oct 26, 2022

  1. Support configuring vault version handling.

    Add two new provider fields for configuring way that the provider
    determines the target Vault server's version.
    
    - vault_version_override: will set the vault version explicitly, no API
      requests will be made to retrieve the version
    - skip_get_vault_version: enable to disable API version requests.
    
    If no version can be determined, the lowest supported versioned API
    semantics will be applied to all resources.
    benashz committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b3e9d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1caaefd View commit details
    Browse the repository at this point in the history
  3. Fix doc anchor link

    benashz committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3478674 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e28053 View commit details
    Browse the repository at this point in the history