From 415d003202df9cd5e2172d7ea97ed34632463975 Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Fri, 9 Feb 2024 14:02:36 +0100 Subject: [PATCH] Mask MariaDBAccount password 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 --- pyscripts/mask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyscripts/mask.py b/pyscripts/mask.py index 37dea8a..bd63ec8 100755 --- a/pyscripts/mask.py +++ b/pyscripts/mask.py @@ -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", ]