Only show signing UI when namespace is explicitly whitelisted

This commit is contained in:
Evan Cordell 2017-05-08 12:46:38 -04:00
parent f5e4380a57
commit 85d382cd84
4 changed files with 11 additions and 3 deletions

View file

@ -66,7 +66,8 @@ class TestConfig(DefaultConfig):
SECURITY_SCANNER_API_TIMEOUT_SECONDS = 1
FEATURE_SIGNING = True
SIGNING_NAMESPACE_WHITELIST = ['devtable']
SIGNING_ENGINE = 'gpg2'
GPG2_PRIVATE_KEY_NAME = 'EEB32221'