We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have a flag to allow buildenv to fetch a vault token/auth to vault when invoked
The text was updated successfully, but these errors were encountered:
@reskin89 - do you mean to add an authN option to buildenv cli, something like buildenv login -url=?
buildenv login -url=
Sorry, something went wrong.
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
No branches or pull requests
It would be nice to have a flag to allow buildenv to fetch a vault token/auth to vault when invoked
The text was updated successfully, but these errors were encountered: