Skip to content

Commit

Permalink
Merge pull request #1577 from thehyve/FAIRSPC-123_fix-local-realm-setup
Browse files Browse the repository at this point in the history
Fix local keycloak realm setup.
  • Loading branch information
ewelinagr authored Dec 3, 2024
2 parents b7561d7 + 1e6796a commit c49ee8c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions local-development/keycloak/realm-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@
"maxDeltaTimeSeconds": 43200,
"failureFactor": 30,
"users": [
{
"username": "service-account-${WORKSPACE_CLIENT_ID}",
"enabled": true,
"serviceAccountClientId": "${WORKSPACE_CLIENT_ID}",
"disableableCredentialTypes": [],
"requiredActions": [],
"realmRoles": [
"default-roles-fairspace"
],
"clientRoles": {
"realm-management": [
"view-users"
]
}
},
{
"username": "organisation-admin",
"enabled": true,
Expand Down

0 comments on commit c49ee8c

Please sign in to comment.