Skip to content

Commit

Permalink
Mask MariaDBAccount password
Browse files Browse the repository at this point in the history
MariaDBAccount has been introduced in mariadb-operator and it's used to
define user and secret required by a given service that requests a db.
This patch adds the missing key to the mask script to cover this
scenario.

Signed-off-by: Francesco Pantano <fpantano@redhat.com>
  • Loading branch information
fmount committed Feb 9, 2024
1 parent c882a2f commit 415d003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscripts/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ldap_dns_password", "neutron_admin_password", "admin_token",
"ca_password" "hdfs_ssh_pw", "maprfs_ssh_pw", "powervm_mgr_passwd",
"virtual_power_host_pass", "vnc_password", "s3_secret_key",
"ca_private_key_passphrase", "heartbeat_key",
"ca_private_key_passphrase", "heartbeat_key", "DatabasePassword",
"server_certs_key_passphrase",
]

Expand Down

0 comments on commit 415d003

Please sign in to comment.