-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Supplying only bound_vpc_id
to ec2-auth doesn't fulfill binding requirements
#2599
Comments
I just ran into this in vault 1.0.1 - @vishalnayak I think this issue should be reopened? I had several (all?) available
Edit This is an issue with how I was using the terraform resource, I was missing specifying
|
Seems like a problem with your client then. |
I was using the vault terraform provider: https://www.terraform.io/docs/providers/vault/r/aws_auth_backend_role.html But I found the issue with how I was using the tf resource and have updated my comment to reflect that |
Ah, yes, that would do it -- Vault ignores bindings that don't apply to the |
Documentation suggests you need only one
bound_*
parameter to fulfill the API request, but apparentlybound_vpc_id
isn't enough, as I still receive a400
response:This is with Vault 0.7.0.
The text was updated successfully, but these errors were encountered: