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
curl|bash installer creates a ~/.st2/config file containing StackStorm login creds with read-all permissions:
curl|bash
~/.st2/config
$ ls -la ~/.st2/config -rw-r--r-- 1 vagrant vagrant 54 May 23 14:09 /home/vagrant/.st2/config
This way unauthorized Linux user can read st2 login creds username:password saved by the other user.
username:password
Ideally, ~/.st2/ dir should have also 2750 permissions, (currently 0755), - that part could be addressed in StackStorm/st2 core itself.
~/.st2/
2750
0755
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
curl|bash
installer creates a~/.st2/config
file containing StackStorm login creds with read-all permissions:This way unauthorized Linux user can read st2 login creds
username:password
saved by the other user.Ideally,
~/.st2/
dir should have also2750
permissions, (currently0755
), - that part could be addressed in StackStorm/st2 core itself.The text was updated successfully, but these errors were encountered: