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

105 lines
2.1 KiB
YAML
Raw Normal View History

2024-02-09 17:50:34 +01:00
permissions:
extendedClaims: [ ]
policies:
# 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
# UserContactInfo
BrowseUserContactInfo:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: true
allowAuthenticated: false
EditUserContactInfo:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteUserContactInfo:
roles:
2024-03-28 13:57:51 +01:00
- Admin
2024-02-09 17:50:34 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
#Annotation
BrowseAnnotation:
2024-02-09 17:50:34 +01:00
roles:
- Admin
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
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
allowAuthenticated: false
# ViewPage Permissions