Skip to content

Commit

Permalink
role in keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Sep 14, 2023
1 parent 398ab56 commit 96cd9d9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion aws/dsba/packet-delivery/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,11 @@ applications:
"name": "GOLD_CUSTOMER",
"description": "User to access packetdelivery with read/write access",
"clientRole": true
},
{
"name": "PROVIDER",
"description": "User to access packetdelivery's tmforum-api with read/write access",
"clientRole": true
}
]
}
Expand Down Expand Up @@ -1294,7 +1299,8 @@ applications:
"EMPLOYEE"
],
"did:web:packetdelivery.dsba.fiware.dev:did": [
"GOLD_CUSTOMER"
"GOLD_CUSTOMER",
"PROVIDER"
],
"account": [
"view-profile",
Expand Down

0 comments on commit 96cd9d9

Please sign in to comment.