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 AWS authentication method #479

Open
stevefranks opened this issue Jun 20, 2019 · 2 comments
Open

Support AWS authentication method #479

stevefranks opened this issue Jun 20, 2019 · 2 comments
Assignees
Labels
auth methods generally related to a Vault auth method aws AWS auth method and/or secrets engine

Comments

@stevefranks
Copy link
Contributor

It looks like AWS isn't fully supported as an authentication method yet within hvac. I'm going to work on adding this. I hope to have a PR ready for review shortly.

https://www.vaultproject.io/api/auth/aws/index.html

@jeffwecan jeffwecan added auth methods generally related to a Vault auth method aws AWS auth method and/or secrets engine labels Jun 20, 2019
@jeffwecan
Copy link
Member

@stevefranks Sounds good and thanks! If you have any questions at all regarding the best way to implement this contribution, feel free to lodge those queries here or in the hvac gitter channel at: https://gitter.im/hvac/community

@jeffwecan
Copy link
Member

Also for what it's worth I went down this route way back when and pushed up that work that I was able to complete along those lines now at: https://github.com/jeffwecan/hvac/blob/1573406a231bb31c3779aa2722eeee130fc51247/hvac/api/aws.py

That version of the class doesn't incorporate the current auth class baseclass / directory structure since it was last touched before those elements were finalized. However it may still give you a good starting point for many of the AWS auth methods that remain to be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth methods generally related to a Vault auth method aws AWS auth method and/or secrets engine
Development

No branches or pull requests

2 participants