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
Seen in the zabbix pack. A nested key in the zabbix pack config that is marked as secret: true is still being shown in plain text in the webgui.
secret: true
Paste the output of st2 --version: st2 2.9.1, on Python 2.7.12
st2 --version
st2 2.9.1, on Python 2.7.12
Ubuntu 16.04 LTS One line install
Fresh install of st2 2.9.1 on Ubuntu 16.04 LTS Install Zabbix pack from webgui Configure as below
Config
zabbix: password: R******$ url: https://zabbix******* username: s******t
The key password: should shows as ******
password:
******
The key password: should shows as plain-text
The text was updated successfully, but these errors were encountered:
Thanks for reporting this.
This indeed looks like a bug in https://github.com/stackstorm/st2web in scenario where we display whole config as raw JSON.
Sorry, something went wrong.
No branches or pull requests
SUMMARY
Seen in the zabbix pack. A nested key in the zabbix pack config that is marked as
secret: true
is still being shown in plain text in the webgui.ISSUE TYPE
STACKSTORM VERSION
Paste the output of
st2 --version
:st2 2.9.1, on Python 2.7.12
OS / ENVIRONMENT / INSTALL METHOD
Ubuntu 16.04 LTS One line install
STEPS TO REPRODUCE
Fresh install of st2 2.9.1 on Ubuntu 16.04 LTS
Install Zabbix pack from webgui
Configure as below
Config
EXPECTED RESULTS
The key
password:
should shows as******
ACTUAL RESULTS
The key
password:
should shows as plain-textThe text was updated successfully, but these errors were encountered: