Skip to content

Commit

Permalink
fix(config): removed unused turstlist prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Egenolf committed Jun 10, 2024
1 parent 98ac613 commit dde1c55
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ spec:
value: "{{ index .Values.did "trust-list-ref-path" }}"
- name: DGC_DID_DIDCONTROLLER
value: "{{ index .Values.did "did-controller" }}"
- name: DGC_DID_TRUSTLISTIDPREFIX
value: "{{ index .Values.did "trust-list-id-prefix" }}"
- name: DGC_DID_TRUSTLISTCONTROLLEPREFIX
value: "{{ index .Values.did "trust-list-controller-prefix" }}"
- name: DGC_DID_LOCALKEYSTORE_ALIAS
value: {{ .Values.did.localKeyStore.alias | quote }}
- name: DGC_DID_LOCALKEYSTORE_PASSWORD
Expand Down
2 changes: 0 additions & 2 deletions k8s/helm/tngkds/charts/tngkds-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ did:
trust-list-path: trustlist
trust-list-ref-path: trustlist-ref
did-controller: did:web:worldhealthorganization.github.io:tng-cdn-dev:v2.0.0
trust-list-id-prefix: did:web:abc
trust-list-controller-prefix: did:web:abc
contextMapping:
"[https://www.w3.org/ns/did/v1]": did_v1.json
"[https://w3id.org/security/suites/jws-2020/v1]": jws-2020_v1.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ public static class DidConfig {
private String trustListPath;
private String trustListRefPath;

private String trustListIdPrefix;
private String trustListControllerPrefix;

private String ldProofVerificationMethod;
private String ldProofDomain;

Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ dgc:
trust-list-path: trustlist
trust-list-ref-path: trustlist-ref
did-controller: did:web:def
trust-list-id-prefix: did:web:abc
trust-list-controller-prefix: did:web:abc
contextMapping:
"[https://www.w3.org/ns/did/v1]": did_v1.json
"[https://w3id.org/security/suites/jws-2020/v1]": jws-2020_v1.json
Expand Down

0 comments on commit dde1c55

Please sign in to comment.