This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |