Added the token 'encrypted_key' to mask_password list

The name encrypted_key is used in trove and it would be good to mask
it from log output.

Change-Id: I04cb76793cbb8b7e404841e9bb864fda93d06504
This commit is contained in:
Amrith Kumar 2016-12-22 07:20:13 -05:00
parent fde88a8802
commit d442c9e3ce

View File

@ -57,7 +57,7 @@ SLUGIFY_HYPHENATE_RE = re.compile(r"[-\s]+")
_SANITIZE_KEYS = ['adminPass', 'admin_pass', 'password', 'admin_password',
'auth_token', 'new_pass', 'auth_password', 'secret_uuid',
'secret', 'sys_pswd', 'token', 'configdrive',
'CHAPPASSWORD']
'CHAPPASSWORD', 'encrypted_key']
# NOTE(ldbragst): Let's build a list of regex objects using the list of
# _SANITIZE_KEYS we already have. This way, we only have to add the new key