Merge "Mask passwords in debug logs"
This commit is contained in:
@@ -28,6 +28,7 @@ opts = [
|
||||
cfg.StrOpt('user-id',
|
||||
help='User ID for API authentication'),
|
||||
cfg.StrOpt('password',
|
||||
secret=True,
|
||||
help='Password for API authentication'),
|
||||
cfg.StrOpt('project-id',
|
||||
help='ID of project for API authentication'),
|
||||
|
||||
@@ -32,6 +32,7 @@ opts = [
|
||||
cfg.StrOpt('user-id',
|
||||
help='User ID for API authentication'),
|
||||
cfg.StrOpt('password',
|
||||
secret=True,
|
||||
help='Password for API authentication'),
|
||||
cfg.StrOpt('project-id',
|
||||
help='ID of project for API authentication'),
|
||||
|
||||
Reference in New Issue
Block a user