-
Notifications
You must be signed in to change notification settings - Fork 545
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
Version 1.3.0 has a breaking change in vault_generic_secret #229
Comments
@lattwood can you link to where the 403 check is needed or submit a PR? If so I can get a v1.3.1 binary out on the sooner side. |
@tyrannosaurus-becks https://github.com/terraform-providers/terraform-provider-vault/pull/156/files#r231241814 is the only spot as far as I can tell. |
we have discovered the same issue, with vault 0.9.5 |
@lattwood thanks! |
Thanks @tyrannosaurus-becks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The preflight checks for
vault_generic_secret
accesses/v1/sys/internal/ui/mounts/$PATH
, and it checks for a404
StatusCode to determine whether fallback behaviour should be used.Unfortunately, this path returns a
403
StatusCode on Vault 0.8.3, and not a404
as expected.References
The text was updated successfully, but these errors were encountered: