Description
SUMMARY
Provide a quick summary of your bug report.
The API and Logs have the option to mask the secrets but the execution history in the GUI is showing the secrets in plain text
STACKSTORM VERSION
Paste the output of st2 --version
:
st2 3.8.1, on Python 3.8.10
OS, environment, install method
Ubuntu, Docker
Post what OS you are running this on, along with any other relevant information/
- e.g. Docker, Vagrant, Kubernetes, etc. Describe how you installed ST2
- e.g. one-line install, custom install, etc -->
Steps to reproduce the problem
st2 key set github_key test-value --encrypt
GUI:
Actions -> Packs -> download
Packs:
https://:{{ st2kv.system.github_key | decrypt_kv }}@
CLI
st2 pack install https://:{{ st2kv.system.github_key | decrypt_kv }}@
Show how to reproduce the problem, using a minimal test-case. Make sure to include any content
(pack content - workflows, actions, etc.) which are needed to reproduce the problem.
Expected Results
What did you expect to happen when running the steps above?
https://:******@
Actual Results
cmdline: git clone -v -- https://:@
But GUI is showing the key in plain text
What happened? What output did you get?
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!