Skip to content

Commit

Permalink
chore: fix secret path for consortia envs
Browse files Browse the repository at this point in the history
got misconfigured with #368
  • Loading branch information
evegufy committed Jul 17, 2024
1 parent c07aff5 commit e7a6f14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environments/consortia/helm-values/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ backend:
universalResolverAddress: "https://dev.uniresolver.io/"
encryptionConfigs:
index0:
encryptionKey: "<path:portal/data/dev/encryption-keys#dim-encryption-key0>"
encryptionKey: "<path:portal/data/dev/processes-worker#dim-encryption-key0>"
issuerComponent:
clientId: "<path:portal/data/processes-worker#issuercomponent-client-id>"
clientSecret: "<path:portal/data/dev/processes-worker#issuercomponent-client-secret>"
Expand Down
2 changes: 1 addition & 1 deletion environments/consortia/helm-values/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ backend:
universalResolverAddress: "https://dev.uniresolver.io/"
encryptionConfigs:
index0:
encryptionKey: "<path:portal/data/int/encryption-keys#dim-encryption-key0>"
encryptionKey: "<path:portal/data/int/processes-worker#dim-encryption-key0>"
issuerComponent:
clientId: "<path:portal/data/processes-worker#issuercomponent-client-id>"
clientSecret: "<path:portal/data/int/processes-worker#issuercomponent-client-secret>"
Expand Down
2 changes: 1 addition & 1 deletion environments/consortia/helm-values/values-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ backend:
universalResolverAddress: "https://dev.uniresolver.io/"
encryptionConfigs:
index0:
encryptionKey: "<path:portal/data/dev/encryption-keys#dim-encryption-key0>"
encryptionKey: "<path:portal/data/dev/processes-worker#dim-encryption-key0>"
issuerComponent:
clientId: "<path:portal/data/processes-worker#issuercomponent-client-id>"
clientSecret: "<path:portal/data/dev/processes-worker#issuercomponent-client-secret>"
Expand Down

0 comments on commit e7a6f14

Please sign in to comment.