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

Feature: Add Vault Auth as a flag #37

Open
reskin89 opened this issue Oct 24, 2024 · 2 comments
Open

Feature: Add Vault Auth as a flag #37

reskin89 opened this issue Oct 24, 2024 · 2 comments

Comments

@reskin89
Copy link
Member

It would be nice to have a flag to allow buildenv to fetch a vault token/auth to vault when invoked

@vorbidan
Copy link
Member

@reskin89 - do you mean to add an authN option to buildenv cli, something like buildenv login -url=?

@reskin89
Copy link
Member Author

reskin89 commented Oct 24, 2024

Something such as -a OPTIONS, so if you don't have a vault token you can acquire one via either oidc or with a role and secret id as with an app role.

This would allow a short lived (2 minute?) token for the duration of the buildenv invocation.

Essentially fetch a token for the invocation of buildenv, and I guess potentially, decom the token at the end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants