Skip to content

Commit

Permalink
chore: fix secret path in deployment config (#61)
Browse files Browse the repository at this point in the history
for technicalUserCreation encryptionKey
  • Loading branch information
evegufy authored Jul 23, 2024
1 parent c04f013 commit 87b33b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion consortia/environments/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ processesworker:
technicalUserCreation:
encryptionConfigs:
index0:
encryptionKey: "<<path:portal/data/dim/dev/technicaluser#technicalusercreation-encryption-key0>"
encryptionKey: "<path:portal/data/dim/dev/technicaluser#technicalusercreation-encryption-key0>"

idp:
address: "https://centralidp.dev.demo.catena-x.net"
Expand Down
2 changes: 1 addition & 1 deletion consortia/environments/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ processesworker:
technicalUserCreation:
encryptionConfigs:
index0:
encryptionKey: "<<path:portal/data/dim/int/technicaluser#technicalusercreation-encryption-key0>"
encryptionKey: "<path:portal/data/dim/int/technicaluser#technicalusercreation-encryption-key0>"

idp:
address: "https://centralidp.int.demo.catena-x.net"
Expand Down
2 changes: 1 addition & 1 deletion consortia/environments/values-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ processesworker:
technicalUserCreation:
encryptionConfigs:
index0:
encryptionKey: "<<path:portal/data/dim/dev/technicaluser#technicalusercreation-encryption-key0>"
encryptionKey: "<path:portal/data/dim/dev/technicaluser#technicalusercreation-encryption-key0>"

idp:
address: "https://centralidp-rc.dev.demo.catena-x.net"
Expand Down
2 changes: 1 addition & 1 deletion environments/helm-values/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ processesworker:
technicalUserCreation:
encryptionConfigs:
index0:
encryptionKey: "<<path:portal/data/dim/int/technicaluser#technicalusercreation-encryption-key0>"
encryptionKey: "<path:portal/data/dim/int/technicaluser#technicalusercreation-encryption-key0>"

idp:
address: "https://centralidp.int.catena-x.net"
Expand Down

0 comments on commit 87b33b5

Please sign in to comment.