-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Permissions are not created #540
Comments
I was still not able to solve this issue - the config-generator writes new roles, users and groups into the permissions.json but no actual permissions even if they are in the config-db. Does anyone have an idea? |
I've just verified the [1] #548 (comment) |
Ok, I made another try with the following steps:
Now I have a bunch of permissions for I have a bunch of warnings and validator errors:
Could this be the reason or is this a different problem? I also don't have to use |
I have a basic working installation, with the QWC demo project and my own test project. I have deactivated the standard access via
"permissions_default_allow": false
in thetenantConfig.json
, now I wanted to create the authorization for the maps and layers for individual roles/groups. However, this does not seem to work.Here, for example, is the map permission in the Admin GUI. But the theme selection window in the client remains completely empty. I also noticed that the generated
permissions.json
only contains changes regarding new roles, groups and users, but no permissions.The text was updated successfully, but these errors were encountered: