Closed sbliven closed 5 days ago
I added a PR. It requires rebuilding keycloak and mongo data. You can also easily hotfix this, either by adding group1
to the user at http://keycloak.localhost or by running this inside the backend container and restarting the server:
export CREATE_DATASET_GROUPS=$CREATE_DATASET_GROUPS,aGroup
The default oidc-user belongs only to group
aGroup
(services/backend/services/keycloak/config/facility-realm.json
). This does not grant any permissions (services/backend/services/v4/config/.dev.env
):What's a reasonable level of permissions for the example user? I would say they should at least have CREATE_DATASET permissions. Maybe the
oidc-user
should belong togroup1
?