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

851 lines
18 KiB
YAML
Raw Normal View History

permissions:
extendedClaims: [ ]
policies:
###### Should Remove after Refactor
AdminRole:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
AuthenticatedRole:
roles: []
clients: [ ]
allowAnonymous: false
allowAuthenticated: true
######
2024-03-12 17:27:16 +01:00
# public
DeferredAffiliation:
roles:
- Admin
- User
- Manager
- DescriptionTemplateEditor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-07 16:07:24 +01:00
# public
PublicBrowseDescription:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseDescriptionTemplate:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseDmp:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseDmpReference:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseDmpUser:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseReference:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
PublicBrowseUser:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
2023-12-05 17:13:40 +01:00
PublicBrowseDashboardStatistics:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
2024-01-04 15:25:07 +01:00
PublicSendContactSupport:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
2024-02-08 17:12:47 +01:00
PublicBrowseReferenceType:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
2023-11-21 12:15:31 +01:00
# Elastic
ManageElastic:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-12-13 10:42:59 +01:00
# Deposit
BrowseDeposit:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDeposit:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# Language
BrowseLanguage:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
EditLanguage:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-27 17:22:13 +01:00
DeleteLanguage:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# Statistics
BrowseStatistics:
roles: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: true
BrowsePublicStatistics:
roles: [ ]
clients: [ ]
allowAnonymous: true
allowAuthenticated: true
# Description
BrowseDescription:
roles:
- Admin
2024-03-15 13:13:55 +01:00
dmp:
roles:
- Owner
- User
- DescriptionContributor
- Reviewer
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDescription:
roles:
- Admin
2024-03-15 13:13:55 +01:00
dmp:
roles:
- Owner
- DescriptionContributor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
FinalizeDescription:
roles:
- Admin
dmp:
roles:
- Owner
- DescriptionContributor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDescription:
roles:
- Admin
2024-03-15 13:13:55 +01:00
dmp:
roles:
- Owner
- DescriptionContributor
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
CloneDescription:
roles:
- Admin
2024-03-15 13:13:55 +01:00
dmp:
roles:
- Owner
- DescriptionContributor
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-07 11:36:36 +01:00
# Tag
BrowseTag:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditTag:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteTag:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-17 18:01:44 +01:00
# User
BrowseUser:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditUser:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteUser:
2023-11-20 16:09:24 +01:00
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ExportUsers:
2023-11-17 18:01:44 +01:00
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-01-05 10:05:40 +01:00
BrowseDmpAssociatedUser:
roles:
- Admin
2024-03-19 16:21:50 +01:00
dmp:
roles:
- Owner
- User
- DescriptionContributor
- Reviewer
2024-01-05 10:05:40 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# DescriptionTemplateType
BrowseDescriptionTemplateType:
roles:
- Admin
2024-03-13 16:04:17 +01:00
- User
- Manager
- DescriptionTemplateEditor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDescriptionTemplateType:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDescriptionTemplateType:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-28 14:05:58 +01:00
# StorageFile
BrowseStorageFile:
roles: [ ]
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: true
EditStorageFile:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteStorageFile:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-27 17:46:34 +02:00
# DescriptionTemplate
BrowseDescriptionTemplate:
roles:
- Admin
2023-12-12 16:51:40 +01:00
- DescriptionTemplateEditor
2024-03-12 17:27:16 +01:00
- Manager
- User
2023-10-27 17:46:34 +02:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDescriptionTemplate:
roles:
- Admin
2023-12-12 16:51:40 +01:00
- DescriptionTemplateEditor
2023-10-27 17:46:34 +02:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDescriptionTemplate:
roles:
- Admin
2023-12-12 16:51:40 +01:00
- DescriptionTemplateEditor
2023-10-27 17:46:34 +02:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-01 11:03:23 +01:00
CloneDescriptionTemplate:
roles:
- Admin
2023-12-12 16:51:40 +01:00
- DescriptionTemplateEditor
2023-11-01 11:03:23 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
CreateNewVersionDescriptionTemplate:
roles:
- Admin
2023-12-12 16:51:40 +01:00
- DescriptionTemplateEditor
2023-11-01 11:03:23 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-01 17:12:59 +01:00
ImportDescriptionTemplate:
roles:
- Admin
2023-12-12 16:51:40 +01:00
- DescriptionTemplateEditor
2023-11-01 17:12:59 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-03 10:55:26 +01:00
ExportDescriptionTemplate:
roles:
- Admin
2023-12-12 16:51:40 +01:00
- DescriptionTemplateEditor
2023-11-03 10:55:26 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# Dmp
BrowseDmp:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDmp:
roles:
- Admin
2024-03-13 16:04:17 +01:00
dmp:
roles:
- Owner
- User
- DescriptionContributor
- Reviewer
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-03-12 17:27:16 +01:00
NewDmp:
roles:
- Admin
- User
- Manager
- DescriptionTemplateEditor
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDmp:
roles:
- Admin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-03-19 11:48:17 +01:00
DepositDmp:
roles:
- Admin
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
CloneDmp:
roles:
- Admin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
CreateNewVersionDmp:
roles:
- Admin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
FinalizeDmp:
roles:
- Admin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
2024-03-15 10:39:01 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
UndoFinalizeDmp:
roles:
- Admin
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
AssignDmpUsers:
roles:
- Admin
2024-03-13 16:45:25 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
InviteDmpUsers:
roles:
2024-03-04 11:42:14 +01:00
- Admin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-20 18:13:57 +02:00
# DmpBlueprint
BrowseDmpBlueprint:
roles:
- Admin
2024-03-12 17:27:16 +01:00
- User
- Manager
- DescriptionTemplateEditor
2023-10-20 18:13:57 +02:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDmpBlueprint:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-24 17:00:11 +02:00
CloneDmpBlueprint:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
CreateNewVersionDmpBlueprint:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-24 17:00:11 +02:00
ExportDmpBlueprint:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
ImportDmpBlueprint:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-20 18:13:57 +02:00
DeleteDmpBlueprint:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# EntityDoi
BrowseEntityDoi:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditEntityDoi:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteEntityDoi:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# ViewPage Permissions
ViewDescriptionTemplateTypePage:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
# Reference Permissions
BrowseReference:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
EditReference:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
DeleteReference:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
# DmpReference Permissions
BrowseDmpReference:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
EditDmpReference:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-10-26 13:38:18 +02:00
DeleteDmpReference:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-30 09:12:41 +01:00
# DmpUser Permissions
BrowseDmpUser:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDmpUser:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDmpUser:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-07 13:44:26 +01:00
# SupportiveMaterial Permissions
BrowseSupportiveMaterial:
roles:
- Admin
2024-03-13 16:04:17 +01:00
- User
- Manager
- DescriptionTemplateEditor
clients: [ ]
allowAnonymous: yes
allowAuthenticated: yes
EditSupportiveMaterial:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteSupportiveMaterial:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-07 12:15:25 +01:00
# ReferenceType Permissions
BrowseReferenceType:
roles:
- Admin
2024-03-13 16:04:17 +01:00
- User
- Manager
- DescriptionTemplateEditor
2023-11-07 12:15:25 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditReferenceType:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteReferenceType:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
2023-11-07 12:18:17 +01:00
allowAuthenticated: false
2023-11-07 12:15:25 +01:00
2023-12-06 12:08:49 +01:00
# Tenant Permissions
2023-11-22 17:01:58 +01:00
BrowseTenant:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditTenant:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteTenant:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-12-06 12:08:49 +01:00
AllowNoTenant:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-22 17:01:58 +01:00
2023-12-06 12:08:49 +01:00
# TenantUser Permissions
BrowseTenantUser:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditTenantUser:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteTenantUser:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-30 09:12:41 +01:00
# DmpDescriptionTemplate Permissions
BrowseDmpDescriptionTemplate:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDmpDescriptionTemplate:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDmpDescriptionTemplate:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-11-06 12:31:01 +01:00
2023-11-30 09:12:41 +01:00
# DescriptionReference Permissions
BrowseDescriptionReference:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDescriptionReference:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDescriptionReference:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-12-06 22:10:01 +01:00
# DescriptionReference Permissions
BrowseDescriptionTag:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditDescriptionTag:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteDescriptionTag:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-01-05 17:32:24 +01:00
# Prefilling
BrowsePrefilling:
roles:
- Admin
- DescriptionTemplateEditor
- Manager
- User
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2023-12-08 17:05:48 +01:00
# Lock Permissions
BrowseLock:
roles:
2024-01-03 15:21:39 +01:00
- Admin
2024-03-19 16:21:50 +01:00
- DescriptionTemplateEditor
- Manager
- User
2023-12-08 17:05:48 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditLock:
roles:
2024-03-13 16:04:17 +01:00
- Admin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
- User
- DescriptionContributor
- Reviewer
2023-12-08 17:05:48 +01:00
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteLock:
roles:
2024-03-13 16:04:17 +01:00
- Admin
2024-03-14 10:23:46 +01:00
dmp:
roles:
- Owner
- User
- DescriptionContributor
- Reviewer
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
2024-03-13 16:04:17 +01:00
# Contact Permissions
2024-01-04 15:25:07 +01:00
SendContactSupport:
roles: []
clients: [ ]
allowAnonymous: false
allowAuthenticated: true
# ActionConfirmation Permissions
BrowseActionConfirmation:
roles:
2024-01-15 12:57:33 +01:00
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditActionConfirmation:
roles:
2024-01-15 12:57:33 +01:00
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeleteActionConfirmation:
roles:
2024-01-15 12:57:33 +01:00
- Admin
2023-12-08 17:05:48 +01:00
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
# PrefillingSource Permissions
BrowsePrefillingSource:
roles:
- Admin
2024-03-13 16:04:17 +01:00
- DescriptionTemplateEditor
- Manager
- User
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
EditPrefillingSource:
roles:
- Admin
clients: [ ]
allowAnonymous: false
allowAuthenticated: false
DeletePrefillingSource:
roles:
- Admin
claims: [ ]
clients: [ ]
allowAnonymous: false
allowAuthenticated: false