Change Signer to use the config provider and fix tests
Fixes the broken ACI tests
This commit is contained in:
parent
5568cc77b8
commit
f670c4c7a9
5 changed files with 23 additions and 16 deletions
|
@ -70,8 +70,8 @@ class TestConfig(DefaultConfig):
|
|||
SIGNING_ENGINE = 'gpg2'
|
||||
|
||||
GPG2_PRIVATE_KEY_NAME = 'EEB32221'
|
||||
GPG2_PRIVATE_KEY_FILENAME = '/test/data/signing-private.gpg'
|
||||
GPG2_PUBLIC_KEY_FILENAME = '/test/data/signing-public.gpg'
|
||||
GPG2_PRIVATE_KEY_FILENAME = 'test/data/signing-private.gpg'
|
||||
GPG2_PUBLIC_KEY_FILENAME = 'test/data/signing-public.gpg'
|
||||
|
||||
JWT_AUTH_CERTIFICATE_PATH = 'test/data/registry_v2_auth.crt'
|
||||
JWT_AUTH_PRIVATE_KEY_PATH = 'test/data/registry_v2_auth_private.key'
|
||||
|
|
Reference in a new issue