Replies: 2 comments
-
a better way is to use the internal datastore and then just <% st2kv("datastore_key_under_which_the_pw_is_stored") %> instead of hardcoding the pw into the yaml |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @fdrab, I was able to resolve it. Leaving Doc links for future reference: 1. Storing and Retrieving Key-Value Pairs via CLI |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to StackStorm and noticed that secrets are shown as plain text in workflow actions.
For example, I was using
core.remote_sudo
and saw my password visible in plain text in the YAML file, even though it is hidden in the UI.Is there a better way to manage passwords in StackStorm?
Beta Was this translation helpful? Give feedback.
All reactions