-
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
Allow stdin input for github auth token - feature request #3459
Comments
You can do this now by simply using a |
Thanks for the alternate method. |
This is something that I use myself but have had to write a small wrapper to make it work as expected. Odd how there isn't consistent behaviour between the same command when simply specifying a different behaviour. |
It's possible, but if you're willing to give it a go a PR will make it happen much faster :-) |
@boxrick it's not actually the same command -- auth backends can define CLI helpers, and it's up to the CLI helper to decide how values should be passed in (if at all). |
I found that can pass
|
Feature Request:
Expected Behavior:
It would be nice for
vault auth -method=github
to take input/stdin from the user to provide their token, in the same wayvault auth
currently does.Actual Behavior:
(waits for input)
The text was updated successfully, but these errors were encountered: