Merge "Mask passwords in debug logs"

This commit is contained in:
Zuul
2025-11-23 05:27:55 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -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'),

View File

@@ -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'),