diff --git a/aws/dsba/README.md b/aws/dsba/README.md index 363cc0f3..fb023bef 100644 --- a/aws/dsba/README.md +++ b/aws/dsba/README.md @@ -304,7 +304,7 @@ The LEAR uses its Wallet to log into the [Onboarding service](https://onboarding An employee of Packet Delivery Company needs to create an offering for the packet delivery service on the marketplace. #### PDC employee gets VC -Login as `legal-representative` at the [PDC Keycloak](https://packetdelivery-kc.dsba.fiware.dev/realms/fiware-server/account). Issue a VC for `MarketplaceUserCredential Idp_vc` and store it in your wallet. +Login as `standard-employee` at the [PDC Keycloak](https://packetdelivery-kc.dsba.fiware.dev/realms/fiware-server/account). Issue a VC for `MarketplaceUserCredential Idp_vc` and store it in your wallet. #### Login at marketplace Login at the [Marketplace](https://marketplace.dsba.fiware.dev) as PDC employee using this VC. diff --git a/aws/dsba/packet-delivery/data-space-connector/values.yaml b/aws/dsba/packet-delivery/data-space-connector/values.yaml index cd7e24f3..a1293ad2 100644 --- a/aws/dsba/packet-delivery/data-space-connector/values.yaml +++ b/aws/dsba/packet-delivery/data-space-connector/values.yaml @@ -1430,6 +1430,8 @@ applications: "username": "standard-employee", "enabled": true, "email": "standard-employee@pdc.org", + "firstName": "PDC", + "lastName": "PDCEmployee", "credentials": [ { "type": "password", @@ -1444,6 +1446,10 @@ applications: "GOLD_CUSTOMER", "PROVIDER" ], + "did:web:marketplace.dsba.fiware.dev:did" : [ + "customer", + "seller" + ], "account": [ "view-profile", "manage-account"