Merge pull request #2782 from ecordell/no-signing-whitelist
Revert "Only show signing UI when namespace is explicitly whitelisted"
This commit is contained in:
commit
4ec4b7c6e6
4 changed files with 3 additions and 11 deletions
|
@ -66,8 +66,7 @@ class TestConfig(DefaultConfig):
|
|||
SECURITY_SCANNER_API_TIMEOUT_SECONDS = 1
|
||||
|
||||
FEATURE_SIGNING = True
|
||||
SIGNING_NAMESPACE_WHITELIST = ['devtable']
|
||||
|
||||
|
||||
SIGNING_ENGINE = 'gpg2'
|
||||
|
||||
GPG2_PRIVATE_KEY_NAME = 'EEB32221'
|
||||
|
|
Reference in a new issue