Skip to content

Commit

Permalink
feature: #778 update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-lcapellino committed Apr 25, 2024
1 parent 76b8943 commit 1b27d91
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/connector/edc-provider/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ tractusx-connector:
memory: 1.5Gi

dataplane:
token:
signer:
privatekey_alias: tracex-dev-daps-cert-provider-key
verifier:
publickey_alias: tracex-dev-daps-cert-provider
ingresses:
- enabled: true
hostname: "trace-x-edc-dataplane.dev.demo.catena-x.net"
Expand Down
5 changes: 5 additions & 0 deletions charts/connector/edc-provider/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ tractusx-connector:
memory: 1.5Gi

dataplane:
token:
signer:
privatekey_alias: tracex-dev-daps-cert-provider-key
verifier:
publickey_alias: tracex-dev-daps-cert-provider
ingresses:
- enabled: true
hostname: "trace-x-test-edc-dataplane.dev.demo.catena-x.net"
Expand Down
12 changes: 12 additions & 0 deletions charts/connector/edc-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,18 @@ tractusx-connector:
memory: 1.5Gi

dataplane:
token:
refresh:
expiry_seconds: 300
expiry_tolerance_seconds: 10
# optional URL that can be provided where clients go to refresh tokens.
refresh_endpoint:
signer:
# alias under which the private key is stored in the vault (JWK or PEM format)
privatekey_alias:
verifier:
# alias under which the public key is stored in the vault, that belongs to the private key ("privatekey_alias", JWK or PEM format)
publickey_alias:
ingresses:
- enabled: false
annotations:
Expand Down

0 comments on commit 1b27d91

Please sign in to comment.