-
Notifications
You must be signed in to change notification settings - Fork 6
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
Document the restrictions on password characters #106
Comments
If you expriment an issue with your Red Hat SSO account linked to issues.redhat.com when your pwd includes special chars
then perform the following steps to fix it
|
Ideally, there shouldn't be restrictions on the password. The proper fix is to provide an alternative way to provide the password because passing it as plain text on the CLI is a security issue anyway. |
Does picocli support that ? |
Can one of you test
|
We don't want it to be interactive if the tool is supposed to be used for automation purposes… Some more information: https://www.netmeister.org/blog/passing-passwords.html |
In this case we will retrieve the password using |
Whatever we do, the passwords/token should not appear on the command line. |
Since akamai migration, the following scenario dont work anymore for me
as I got now
Can you test this scenario please ? @jacobdotcosta |
I still have the same problem, the compressed response. |
Document the restrictions that prevent logging in with passwords having certain characters and the instructions to change the pw.
The text was updated successfully, but these errors were encountered: