Skip to content

Commit

Permalink
[heat] Obfuscate Add auth_encryption_key in config
Browse files Browse the repository at this point in the history
Signed-off-by: Arif Ali <[email protected]>
  • Loading branch information
arif-ali authored and TurboTurtle committed Oct 23, 2024
1 parent a379ab3 commit d87efc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/openstack_heat.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def postproc(self):
protect_keys = [
"admin_password", "memcache_secret_key", "password",
"qpid_password", "rabbit_password", "stack_domain_admin_password",
"transport_url"
"transport_url", "auth_encryption_key",
]
connection_keys = ["connection"]

Expand Down

0 comments on commit d87efc5

Please sign in to comment.