Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Dev/provider (#5)
Browse files Browse the repository at this point in the history
* Add keyrock

* Increase chart version

* Add PDP

* Add kong

* Adding AS

* Add AS to DSC values

* Add participant label

* Change issuer version and add data volume

* Fix data volume

* Test AS pre-release

* Change to latest AS release

* Switch to default PDC values

* Rename folder of PDP

* Make DID CM optional

* Renaming walt-id chart

* Renaimg default URLs and secret names for walt chart name change
  • Loading branch information
dwendland authored Jul 20, 2023
1 parent 127c57e commit b253640
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion applications/dsba-pdp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dsba-pdp:

# iSHARE config
ishare:
existingSecret: walt-id-vcwaltid-tls-sec
existingSecret: vcwaltid-tls-sec

clientId: did:web:my-did:did
trustedFingerprints:
Expand Down
2 changes: 2 additions & 0 deletions applications/keycloak/templates/didConfigMap.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.didConfig.loadDidWebEnabled -}}
apiVersion: v1
kind: ConfigMap
metadata:
Expand All @@ -16,3 +17,4 @@ data:
\"path\": \"did\",
\"x5u\": \"{{ .Values.didConfig.x5u }}\"
}"
{{- end }}
13 changes: 10 additions & 3 deletions applications/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ keycloak:
- name: VCISSUER_ISSUER_DID
value: "did:web:my-did:did"
- name: VCISSUER_WALTID_ADDRESS
value: "http://walt-id-vcwaltid"
value: "http://vcwaltid"

# Volume mounts
extraVolumeMounts:
Expand All @@ -72,7 +72,7 @@ keycloak:
name: keycloak-did-config
- name: did-secret
secret:
secretName: walt-id-vcwaltid-tls-sec
secretName: vcwaltid-tls-sec

# Init containers for VC issuer and loading of DID
initContainers:
Expand All @@ -90,7 +90,7 @@ keycloak:
- /opt/did/script/import.sh
env:
- name: WALTID_CORE_ADDRESS
value: "walt-id-vcwaltid:7000"
value: "vcwaltid:7000"
volumeMounts:
- name: did-config
mountPath: /opt/did/script
Expand All @@ -110,5 +110,12 @@ keycloak:

# Config to create DID
didConfig:
# Enable creation of ConfigMap for loading the DID into walt-id
# When disabling, also remove the load-did initContainer from the list above
loadDidWebEnabled: true

# Domain for DID web
domain: "provider.com"

# x5u for DID web
x5u: "https://provider.com/certs/tls.crt"
4 changes: 2 additions & 2 deletions applications/keyrock/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ keyrock:
- name: IDM_PR_CLIENT_KEY
valueFrom:
secretKeyRef:
name: walt-id-vcwaltid-tls-sec
name: vcwaltid-tls-sec
key: tls.key
- name: IDM_PR_CLIENT_CRT
valueFrom:
secretKeyRef:
name: walt-id-vcwaltid-tls-sec
name: vcwaltid-tls-sec
key: tls.crt
2 changes: 1 addition & 1 deletion applications/pdp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dsba-pdp:

# iSHARE config
ishare:
existingSecret: walt-id-vcwaltid-tls-sec
existingSecret: vcwaltid-tls-sec

clientId: did:web:my-did:did
trustedFingerprints:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: walt-id
name: vcwaltid
description: Chart holder for argo-cd

type: application
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion applications/verifier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vcverifier:

# Walt-id config
ssikit:
auditorUrl: http://walt-id-vcwaltid:7003
auditorUrl: http://vcwaltid:7003

# Verifier config
verifier:
Expand Down
4 changes: 2 additions & 2 deletions data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ applications:
helm_values:
- values.yaml

- name: walt-id
- name: vcwaltid
enabled: true
source_path: applications/walt-id
source_path: applications/vcwaltid
source_ref: *branch
destination: *destination
helm_values:
Expand Down

0 comments on commit b253640

Please sign in to comment.