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

Commit

Permalink
Provider components (#4)
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
  • Loading branch information
dwendland authored Jul 19, 2023
1 parent 453dce1 commit 127c57e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
12 changes: 12 additions & 0 deletions applications/dsba-pdp/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
51 changes: 51 additions & 0 deletions applications/dsba-pdp/values.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 127c57e

Please sign in to comment.