diff --git a/deployment/infrastructure/data-consumer/edc-consumer/values-int.yaml b/deployment/infrastructure/data-consumer/edc-consumer/values-int.yaml index eacb5c9e5..9850fdeea 100644 --- a/deployment/infrastructure/data-consumer/edc-consumer/values-int.yaml +++ b/deployment/infrastructure/data-consumer/edc-consumer/values-int.yaml @@ -182,10 +182,10 @@ tractusx-connector: vault: hashicorp: - url: "http://{{ .Release.Name }}-vault:8200" + url: token: paths: - secret: /v1/secret + secret: health: /v1/sys/health secretNames: transferProxyTokenSignerPrivateKey: ids-daps_key diff --git a/deployment/infrastructure/data-consumer/edc-consumer/values.yaml b/deployment/infrastructure/data-consumer/edc-consumer/values.yaml index 8bb5176f3..2b64835a4 100644 --- a/deployment/infrastructure/data-consumer/edc-consumer/values.yaml +++ b/deployment/infrastructure/data-consumer/edc-consumer/values.yaml @@ -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) @@ -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: + token: timeout: 30 healthCheck: enabled: true standbyOk: true paths: - secret: /v1/secret + secret: health: /v1/sys/health secretNames: transferProxyTokenSignerPrivateKey: daps-key-dev