Skip to content

Commit

Permalink
chore(vault): revert changes to the original vault configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 committed Jun 5, 2024
1 parent 023265c commit a931ddc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ tractusx-connector:

vault:
hashicorp:
url: "http://{{ .Release.Name }}-vault:8200"
url: <path:material-pass/data/int/edc/vault#vault.hashicorp.url>
token: <path:material-pass/data/int/edc/vault#vault.hashicorp.token>
paths:
secret: /v1/secret
secret: <path:material-pass/data/int/edc/vault#vault.hashicorp.api.secret.path>
health: /v1/sys/health
secretNames:
transferProxyTokenSignerPrivateKey: ids-daps_key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tractusx-connector:
install:
daps: false
postgresql: false
vault: true
vault: false
fullnameOverride: "dpp-edc-consumer"
nameOverride: ""
# -- Existing image pull secret to use to [obtain the container image from private registries](https://kubernetes.io/docs/concepts/containers/images/#using-a-private-registry)
Expand Down Expand Up @@ -546,14 +546,14 @@ tractusx-connector:
# Must be the same certificate that is configured in section 'daps'
postStart: # must be set externally!
hashicorp:
url: "http://{{ .Release.Name }}-vault:8200"
token: root
url: <path:material-pass/data/dev/edc/vault#vault.hashicorp.url>
token: <path:material-pass/data/dev/edc/vault#vault.hashicorp.token>
timeout: 30
healthCheck:
enabled: true
standbyOk: true
paths:
secret: /v1/secret
secret: <path:material-pass/data/dev/edc/vault#vault.hashicorp.api.secret.path>
health: /v1/sys/health
secretNames:
transferProxyTokenSignerPrivateKey: daps-key-dev
Expand Down

0 comments on commit a931ddc

Please sign in to comment.