Skip to content

Commit

Permalink
Add walt-id
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Jul 6, 2023
1 parent a4bf92a commit 8ac6947
Showing 1 changed file with 128 additions and 5 deletions.
133 changes: 128 additions & 5 deletions aws/dsba/packet-delivery-dsc/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,6 @@ applications:
kind: ClusterIssuer
name: letsencrypt-aws-prod

deployment:
image:
tag: 0.0.3

database:
persistence: true
host: mysql-dsc-pdc
Expand Down Expand Up @@ -385,7 +381,134 @@ applications:
from: "2022-07-21T17:32:28Z"
to: "2040-07-21T17:32:28Z"
credentialsType: "VerifiableCredential"


- name: pdc-dsc-walt-id
enabled: true
source_path: applications/walt-id
source_ref: *branch
destination: *destination
helm_values:
- values.yaml
values:
did: did:web:packetdelivery.dsba.fiware.dev:did
route:
enabled: true
host: packetdelivery-dsc.dsba.fiware.dev
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge
certificate:
issuer:
kind: ClusterIssuer
name: letsencrypt-aws-prod
vcwaltid:
persistence:
enabled: true
pvc:
size: 1Gi
templates:
GaiaXParticipantCredential.json: |
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://registry.lab.dsba.eu/development/api/trusted-shape-registry/v1/shapes/jsonld/trustframework#"
],
"type": [
"VerifiableCredential"
],
"id": "did:web:raw.githubusercontent.com:egavard:payload-sign:master",
"issuer": "did:web:raw.githubusercontent.com:egavard:payload-sign:master",
"issuanceDate": "2023-03-21T12:00:00.148Z",
"credentialSubject": {
"id": "did:web:raw.githubusercontent.com:egavard:payload-sign:master",
"type": "gx:LegalParticipant",
"gx:legalName": "dsba compliant participant",
"gx:legalRegistrationNumber": {
"gx:vatID": "MYVATID"
},
"gx:headquarterAddress": {
"gx:countrySubdivisionCode": "BE-BRU"
},
"gx:legalAddress": {
"gx:countrySubdivisionCode": "BE-BRU"
},
"gx-terms-and-conditions:gaiaxTermsAndConditions": "70c1d713215f95191a11d38fe2341faed27d19e083917bc8732ca4fea4976700"
}
}
NaturalPersonCredential.json: |
{
"@context": ["https://www.w3.org/2018/credentials/v1"],
"credentialSchema": {
"id": "https://raw.githubusercontent.com/FIWARE-Ops/tech-x-challenge/main/schema.json",
"type": "FullJsonSchemaValidator2021"
},
"credentialSubject": {
"type": "gx:NaturalParticipant",
"familyName": "Happy",
"firstName": "User",
"roles": [{
"names": ["LEGAL_REPRESENTATIVE"],
"target": "did:web:onboarding"
}]
},
"id": "urn:uuid:3add94f4-28ec-42a1-8704-4e4aa51006b4",
"issued": "2021-08-31T00:00:00Z",
"issuer": "did:ebsi:2A9BZ9SUe6BatacSpvs1V5CdjHvLpQ7bEsi2Jb6LdHKnQxaN",
"validFrom": "2021-08-31T00:00:00Z",
"issuanceDate": "2021-08-31T00:00:00Z",
"type": ["VerifiableCredential", "LegalPersonCredential"]
}
MarketplaceUserCredential.json: |
{
"@context": ["https://www.w3.org/2018/credentials/v1"],
"credentialSchema": {
"id": "https://raw.githubusercontent.com/FIWARE-Ops/tech-x-challenge/main/schema.json",
"type": "FullJsonSchemaValidator2021"
},
"credentialSubject": {
"type": "gx:NaturalParticipant",
"email": "[email protected]",
"familyName": "PDC",
"firstName": "employee",
"lastName": "PDC",
"roles": [{
"names": ["LEGAL_REPRESENTATIVE"],
"target": "did:web:onboarding"
}]
},
"id": "urn:uuid:3add94f4-28ec-42a1-8704-4e4aa51006b4",
"issued": "2021-08-31T00:00:00Z",
"issuer": "did:ebsi:2A9BZ9SUe6BatacSpvs1V5CdjHvLpQ7bEsi2Jb6LdHKnQxaN",
"validFrom": "2021-08-31T00:00:00Z",
"issuanceDate": "2021-08-31T00:00:00Z",
"type": ["MarketplaceUserCredential"]
}
EmployeeCredential.json: |
{
"@context": ["https://www.w3.org/2018/credentials/v1"],
"credentialSchema": {
"id": "https://raw.githubusercontent.com/FIWARE-Ops/tech-x-challenge/main/schema.json",
"type": "FullJsonSchemaValidator2021"
},
"credentialSubject": {
"type": "gx:NaturalParticipant",
"email": "[email protected]",
"familyName": "PDC",
"firstName": "employee",
"lastName": "PDC",
"roles": [{
"names": ["LEGAL_REPRESENTATIVE"],
"target": "did:web:onboarding"
}]
},
"id": "urn:uuid:3add94f4-28ec-42a1-8704-4e4aa51006b4",
"issued": "2021-08-31T00:00:00Z",
"issuer": "did:ebsi:2A9BZ9SUe6BatacSpvs1V5CdjHvLpQ7bEsi2Jb6LdHKnQxaN",
"validFrom": "2021-08-31T00:00:00Z",
"issuanceDate": "2021-08-31T00:00:00Z",
"type": ["EmployeeCredential"]
}
- name: pdc-dsc-ccs
enabled: true
source_path: applications/credentials-config-service
Expand Down

0 comments on commit 8ac6947

Please sign in to comment.