Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

chore(deps): chore(deps): bump kms from v0.1.9-snapshot-9e7901f to v0.1.9-snapshot-1e53108 #1898

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/fixtures/wallet-web/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/wallet-web/docker-compose-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down