-
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
Creation of aws auth role with a bound iam role doesn't work since 0.7.3 #2852
Comments
Hi @shayangz -- this was an intentional change, but I should have worked with the Vault team to be more explicit about communicating this change. I'm sorry for causing any confusion or issues for you. Two options for you:
Hope this helps! |
Thanks for the quick reply. Going with option 1 resolved the issue. |
resolve_aws_unique_ids no longer present in the linked docs |
The API details have been moved into a separate page. See https://www.vaultproject.io/api/auth/aws/index.html#resolve_aws_unique_ids |
We used to be able to create an aws auth role that is bound to an iam role using a command line this
Since upgrading to
0.7.3
though this command doesn't work anymore. We get this error now:Judging by the error message, it seems to be related to #2814.
We use
auth/aws
relying on the IAM credentials of the vault instances.With this release do we need to add new permissions to the vault instance profile to be able to do this query for unique ID or is this just a regression?
The text was updated successfully, but these errors were encountered: