[signed_url] secret_key should be secret

Change-Id: I09a2635f42356222e9c631fa1ac23e1dcf922b3c
This commit is contained in:
Takashi Kajinami 2025-01-08 01:10:23 +09:00
parent 4e5d6e5301
commit 520828b1c9

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.')