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

uaa: uaa-user should take input from environment similar to cf auth #69

Closed
rlindner81 opened this issue Apr 22, 2024 · 1 comment
Closed

Comments

@rlindner81
Copy link
Contributor

rlindner81 commented Apr 22, 2024

uaa-user is not handling sensitive information properly. it outputs the input credentials from the commandline, the password should at least be masked.

In either case, it should also be possible to supply the username and password through env variables, like
UAA_USERNAME
UAA_PASSWORD

This would be similar to the way cf auth works with
CF_USERNAME
CF_PASSWORD

@rlindner81
Copy link
Contributor Author

Fixed by #73

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

1 participant