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
Current installer writes the username/password pair in ~/.st2/config.
~/.st2/config
st2-packages/scripts/st2bootstrap-deb.sh
Lines 322 to 324 in 480f099
The new way is to use st2 login --save-password which is more smart and really authenticates and saves credentials.
st2 login --save-password
Bonus: Apply the same enhancement to ansible-st2.
ansible-st2
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Current installer writes the username/password pair in
~/.st2/config
.st2-packages/scripts/st2bootstrap-deb.sh
Lines 322 to 324 in 480f099
The new way is to use
st2 login --save-password
which is more smart and really authenticates and saves credentials.Bonus: Apply the same enhancement to
ansible-st2
.The text was updated successfully, but these errors were encountered: