Skip to content

Commit

Permalink
Merge pull request #51
Browse files Browse the repository at this point in the history
* fix(helm values): remove static password

* Merge branch 'main' into fix/helm_did_pw
  • Loading branch information
ascheibal authored Jan 14, 2025
1 parent 88ad6ea commit a39f1a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions charts/tngkds/values-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,6 @@ secrets: # Below are all b64 encoded
tlsKeyStore: <tls trust store>
tlsServerTrustStore: <tls server trust store>
tlsTrustAnchorStore: <tls trustanchor store>
did:
localKeyStore:
password: <password for did-signer.p12>
2 changes: 1 addition & 1 deletion charts/tngkds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ did:
didSigningProvider: local-keystore
localKeyStore:
alias: did-signer
password: secure-password
password: <keystore password for did-signer.p12>
path: <full path of the did-signer.p12>
ld-proof-verification-method: did:web:dummy.net
did-id: did:web:tng-cdn-dev.who.int:v2
Expand Down

0 comments on commit a39f1a9

Please sign in to comment.