diff --git a/zaqar/conf/signed_url.py b/zaqar/conf/signed_url.py index 151b8057d..29e5be24c 100644 --- a/zaqar/conf/signed_url.py +++ b/zaqar/conf/signed_url.py @@ -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.')