diff --git a/test/fixtures/wallet-web/.env b/test/fixtures/wallet-web/.env index 4385344d..74e28768 100644 --- a/test/fixtures/wallet-web/.env +++ b/test/fixtures/wallet-web/.env @@ -75,7 +75,7 @@ MOCK_ADAPTER_KEY_AGREEMENT_TYPE=p256kw # KMS Configuration KMS_IMAGE=ghcr.io/trustbloc-cicd/kms -KMS_IMAGE_TAG=v0.1.9-snapshot-9e7901f +KMS_IMAGE_TAG=v0.1.9-snapshot-1e53108 KMS_HOST=0.0.0.0 DEMO_AUTHZ_KMS_PORT=8076 DEMO_OPS_KMS_PORT=8075 diff --git a/test/fixtures/wallet-web/docker-compose-server.yml b/test/fixtures/wallet-web/docker-compose-server.yml index d485ae61..1dddbc32 100644 --- a/test/fixtures/wallet-web/docker-compose-server.yml +++ b/test/fixtures/wallet-web/docker-compose-server.yml @@ -56,6 +56,7 @@ services: - KMS_SECRET_LOCK_KEY_PATH=/etc/tls/secret-lock.key - KMS_CACHE_EXPIRATION=10m - KMS_LOG_LEVEL=debug + - KMS_AUTH_TYPE=GNAP - KMS_GNAP_SIGNING_KEY=/etc/gnap-kms-priv-key.pem - KMS_AUTH_SERVER_URL=https://auth.trustbloc.local:8044 - KMS_CORS_ENABLE=true