Skip to content

Commit

Permalink
fix: add gateway section
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheibal committed Mar 26, 2024
1 parent d0bd1f3 commit caec9d4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions k8s/helm/tngkds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,22 @@ tngkds-backend:
password:
asPod:
enabled: false # run db as Service or Pod,set in conjunction with tngkds-postgres
gateway:
connector:
enabled: true
endpoint: <tng-gateway-endpoint>
proxy:
enabled: false
max-cache-age: 300
tls_trust_store: #CA of TNG Gateway of TLS certificate
alias: tng-tls-server-certificate
password: <password of tls_truststore>
path: /certs/tng_tls_server_truststore.p12
tls_key_store: # client cert key pair of participant
alias: clientcredentials
password: <password of tls_key_store>
path: /certs/tls_key_store.p12
trust_anchor: # TA pem file of TNG that was used for signing
alias: trustanchor
password: <password of trustanchor_store>
path: /certs/trustanchor_store.jks

0 comments on commit caec9d4

Please sign in to comment.