Skip to content
Snippets Groups Projects
Unverified Commit 09ce2bf5 authored by Dylan's avatar Dylan
Browse files

#6865 add configuration

parent 9a72e9ff
No related branches found
No related tags found
5 merge requests!100Develop,!60Hotfix/2.1.3,!59Hotfix/2.1.3,!52Feature/6800 modification of rentention rule,!44Feature/6865 service account configuration
......@@ -131,6 +131,45 @@ publicUserStory = "['app/*']"
; 'adminFunc/contact'
;]"
servicePrivileges = "[
{
'serviceURI': 'audit/event/createChainjournal',
'description' : 'Chaîner le journal de l\'application'
},
{
'serviceURI': 'batchProcessing/scheduling/updateProcess',
'description' : 'Exécution automatique des tâches planifiées'
},
{
'serviceURI': 'lifeCycle/journal/createChainjournal',
'description' : 'Chaîner le journal du cycle de vie'
},
{
'serviceURI': 'recordsmanagement/archivecompliance/readperiodic',
'description' : 'Valider l\'intégrité des archives'
},
{
'serviceURI': 'recordsManagement/archives/deleteDisposablearchives',
'description' : 'Détruire les archives'
},
{
'serviceURI': 'recordsManagement/archives/updateIndexfulltext',
'description' : 'Extraction plein texte'
},
{
'serviceURI': 'recordsManagement/archive/create',
'description' : 'Création d\'une archive'
},
{
'serviceURI': 'recordsManagement/archive/createArchiveBatch',
'description' : 'Création par batch d\'archive(s)'
},
{
'serviceURI': '*',
'description' : 'Tous les droits'
}
]"
[lifeCycle]
; Chain life cycle journal by originator in addition to the main journal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment