Merge "[signed_url] secret_key should be secret"

This commit is contained in:
Zuul 2025-01-08 06:28:54 +00:00 committed by Gerrit Code Review
commit c224256eb5

View File

@ -15,6 +15,7 @@ from oslo_config import cfg
secret_key = cfg.StrOpt('secret_key',
secret=True,
help='Secret key used to encrypt pre-signed URLs.')