Skip to content

Commit

Permalink
Merge pull request #43 from FIWARE-Ops/pdc-user
Browse files Browse the repository at this point in the history
Change BAE login to PDC employee
  • Loading branch information
dwendland committed Mar 7, 2024
2 parents df50af9 + f832c25 commit 15ff962
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aws/dsba/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions aws/dsba/packet-delivery/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1430,6 +1430,8 @@ applications:
"username": "standard-employee",
"enabled": true,
"email": "[email protected]",
"firstName": "PDC",
"lastName": "PDCEmployee",
"credentials": [
{
"type": "password",
Expand All @@ -1444,6 +1446,10 @@ applications:
"GOLD_CUSTOMER",
"PROVIDER"
],
"did:web:marketplace.dsba.fiware.dev:did" : [
"customer",
"seller"
],
"account": [
"view-profile",
"manage-account"
Expand Down

0 comments on commit 15ff962

Please sign in to comment.