You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 withCF_USERNAME
CF_PASSWORD
The text was updated successfully, but these errors were encountered: