Mark xclarity password as secret
so it is masked during logging. Change-Id: Iac0639f2884d95afd2d55b521268139ea0ca05f6 Story: #2002023 Task: #19664
This commit is contained in:
@@ -28,6 +28,7 @@ opts = [
|
|||||||
'in the Stein release. Please update the driver_info '
|
'in the Stein release. Please update the driver_info '
|
||||||
'field to use "xclarity_username" instead')),
|
'field to use "xclarity_username" instead')),
|
||||||
cfg.StrOpt('password',
|
cfg.StrOpt('password',
|
||||||
|
secret=True,
|
||||||
help=_('Password for XClarity Controller username. '
|
help=_('Password for XClarity Controller username. '
|
||||||
'Configuration here is deprecated and will be removed '
|
'Configuration here is deprecated and will be removed '
|
||||||
'in the Stein release. Please update the driver_info '
|
'in the Stein release. Please update the driver_info '
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
security:
|
||||||
|
- |
|
||||||
|
Xclarity password specified in configuration file is now properly masked
|
||||||
|
during logging.
|
||||||
Reference in New Issue
Block a user