Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jul 6, 2023
2 parents 992151f + a4bf92a commit ab2c048
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions aws/dsba/packet-delivery-dsc/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,73 @@ applications:
]
}
- name: pdc-dsc-til
enabled: true
source_path: applications/trusted-issuers-list
source_ref: *branch
destination: *destination
helm_values:
- values.yaml
values:
trusted-issuers-list:
route:
til:
enabled: true
host: til-pdc-dsc.dsba.fiware.dev
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
certificate:
issuer:
kind: ClusterIssuer
name: letsencrypt-aws-prod
tir:
enabled: true
host: tir-pdc-dsc.dsba.fiware.dev
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
certificate:
issuer:
kind: ClusterIssuer
name: letsencrypt-aws-prod

deployment:
image:
tag: 0.0.3

database:
persistence: true
host: mysql-dsc-pdc
username: root
name: til
existingSecret:
enabled: true
name: mysql-secret
key: dbPassword

initData:
initEnabled: true
issuers:
- name: mp_create
issuer:
did: "did:web:marketplace.dsba.fiware.dev:did"
credentials:
- validFor:
from: "2022-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "ActivationService"
claims:
- name: "roles"
allowedValues:
- - names:
- "CREATE_ISSUER"
target: "did:web:packetdelivery.dsba.fiware.dev:did"
- validFor:
from: "2022-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "VerifiableCredential"

- name: pdc-dsc-ccs
enabled: true
source_path: applications/credentials-config-service
Expand Down

0 comments on commit ab2c048

Please sign in to comment.