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

176 lines
3.7 KiB
YAML
Raw Normal View History

2023-12-08 10:25:07 +01:00
permissions:
extendedClaims: [ ]
policies:
# Tenants
BrowseTenant:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditTenant:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteTenant:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
AllowNoTenant:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# Users
BrowseUser:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: true
allowAuthenticated: false
EditUser:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteUser:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# UserContactInfo
BrowseUserContactInfo:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: true
allowAuthenticated: false
EditUserContactInfo:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteUserContactInfo:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
#Notification
BrowseNotification:
roles:
2024-01-08 17:29:23 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: true
allowAuthenticated: false
EditNotification:
roles:
2024-01-08 17:29:23 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: true
allowAuthenticated: false
DeleteNotification:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-12-08 10:25:07 +01:00
#Tenant Configuration
BrowseTenantConfiguration:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditTenantConfiguration:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
#User Notification Preference
BrowseUserNotificationPreference:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: true
allowAuthenticated: false
EditUserNotificationPreference:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# ViewPage Permissions
ViewNotificationPage:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewNotificationEventRulePage:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewInAppNotificationPage:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ViewNotificationTemplatePage:
roles:
2024-03-29 13:32:47 +01:00
- Admin
2023-12-08 10:25:07 +01:00
clients: [ ]
allowAnonymous: false
2023-12-18 12:13:29 +01:00
allowAuthenticated: false
2023-12-20 17:02:55 +01:00
# Notification Template Permissions
2023-12-18 12:13:29 +01:00
BrowseNotificationTemplate:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditNotificationTemplate:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteNotificationTemplate:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# In App Notification Permissions
BrowseInAppNotification:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteInAppNotification:
2023-12-18 12:13:29 +01:00
roles:
- Admin
clients: [ ]
allowAnonymous: false
2023-12-08 10:25:07 +01:00
allowAuthenticated: false