argos/dmp-backend/web/src/main/resources/config/authorization.yml

11 lines
241 B
YAML
Raw Normal View History

2024-04-02 17:39:46 +02:00
authorization:
2024-04-16 12:17:58 +02:00
globalAdminRole: Admin
autoAssignGlobalAdminToNewTenants: true
2024-04-02 17:39:46 +02:00
allowedTenantRoles:
- TenantAdmin
- TenantUser
- TenantManager
- TenantDescriptionTemplateEditor
allowedGlobalRoles:
- Admin
- User