diff --git a/applications/dsba-pdp/Chart.yaml b/applications/dsba-pdp/Chart.yaml new file mode 100644 index 0000000..e4cca55 --- /dev/null +++ b/applications/dsba-pdp/Chart.yaml @@ -0,0 +1,12 @@ +apiVersion: v2 +name: dsba-pdp +description: Chart holder for argo-cd + +type: application +version: 0.0.16 +appVersion: "1.0.0" + +dependencies: + - name: dsba-pdp + version: 0.0.16 + repository: https://fiware.github.io/helm-charts diff --git a/applications/dsba-pdp/values.yaml b/applications/dsba-pdp/values.yaml new file mode 100644 index 0000000..281a822 --- /dev/null +++ b/applications/dsba-pdp/values.yaml @@ -0,0 +1,51 @@ +dsba-pdp: + + # DB + db: + enabled: false + migrate: + enabled: false + + deployment: + # Image + image: + pullPolicy: Always + repository: quay.io/fiware/dsba-pdp + tag: 1.0.0 + + # Log level + logLevel: TRACE + + # iSHARE config + ishare: + existingSecret: walt-id-vcwaltid-tls-sec + + clientId: did:web:my-did:did + trustedFingerprints: + - MYFINGERPRINT + + ar: + id: "did:web:my-did:did" + delegationPath: "/ar/delegation" + tokenPath: "/oauth2/token" + url: "https://ar.provider.com" + + trustAnchor: + id: "EU.EORI.FIWARESATELLITE" + tokenPath: "/token" + trustedListPath: "/trusted_list" + url: "https://tir.dataspace.com" + + # Verifier + trustedVerifiers: + - https://verifier.provider.com/.well-known/jwks + + # Provider DID + providerId: "did:web:my-did:did" + + # ENVs + additionalEnvVars: + - name: ISHARE_CERTIFICATE_PATH + value: /iShare/tls.crt + - name: ISHARE_KEY_PATH + value: /iShare/tls.key