-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
list of aws roles #137
Comments
@leowaisblatt I have published 1.4.0.2 with this ability. |
thanks! @rajanadar. Pls note that the Http Method expected from vault is LIST, you are sending GET and it fails. |
Ohh oh. That's a silly bug on my side. I'll fix it in a couple of hours and get a new package out. Thanks for the instant feedback. |
Meanwhile you can use the vault settings beforeapirequest handler to add the list query string if that is the url |
it only works with Http Method= LIST. |
It will also work with http get, you need to append a query string of ?list=true Anyways I'll fix it tonight |
@leowaisblatt please try 1.4.0.3. it should be fixed now. |
looks good, thanks! |
It would be very useful if there were a way to get a list of aws roles (http call to /v1/aws/roles)
The text was updated successfully, but these errors were encountered: