argos/annotation-service/annotation-web/src/main/resources/config/permissions.yml

99 lines
2.0 KiB
YAML
Raw Normal View History

2024-02-09 17:50:34 +01:00
permissions:
policies:
2024-03-29 10:47:27 +01:00
DeferredAffiliation:
roles:
- Admin
- User
- Manager
- DescriptionTemplateEditor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-02-09 17:50:34 +01:00
# Tenants
BrowseTenant:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditTenant:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteTenant:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
AllowNoTenant:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# Users
BrowseUser:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: true
allowAuthenticated: false
EditUser:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteUser:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-03-29 10:47:27 +01:00
#Annotation
BrowseAnnotation:
2024-02-09 17:50:34 +01:00
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-03-29 10:47:27 +01:00
entityAffiliated: true
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: true
allowAuthenticated: false
2024-03-29 10:47:27 +01:00
NewAnnotation:
2024-02-09 17:50:34 +01:00
roles:
- Admin
2024-03-29 10:47:27 +01:00
entityAffiliated: true
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: true
allowAuthenticated: false
EditAnnotation:
2024-02-09 17:50:34 +01:00
roles:
- Admin
clients: [ ]
allowAnonymous: true
allowAuthenticated: false
DeleteAnnotation:
2024-02-09 17:50:34 +01:00
roles:
- Admin
2024-03-29 10:47:27 +01:00
entityAffiliated: false
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
#Tenant Configuration
BrowseTenantConfiguration:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditTenantConfiguration:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: false
2024-03-29 10:47:27 +01:00
allowAuthenticated: false