Mercurial > hg > orthanc-authorization
changeset 351:a84b2e10ac79 default tip
fix missing doc
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Wed, 02 Sep 2026 09:13:42 +0200 |
| parents | eef81bdcda65 |
| children | |
| files | Plugin/DefaultConfiguration.json |
| diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugin/DefaultConfiguration.json Fri Aug 28 14:34:10 2026 +0200 +++ b/Plugin/DefaultConfiguration.json Wed Sep 02 09:13:42 2026 +0200 @@ -159,12 +159,17 @@ ["get", "^/jobs$", "admin-permissions"], ["post", "^/jobs/([a-f0-9-]+)/(pause|resume|resubmit|cancel)$", "admin-permissions"], ["delete", "^/jobs/([a-f0-9-]+)$", "admin-permissions"] - ] + ], // If you just need to add a few permissions, while preserving the default ones, // You may just not specify any "Permissions" field and add a few entries in the ExtraPermissions // "ExtraPermissions" : [ // ["post", "^/my-plugin/do-something$", "all|upload"] // ] + + // Experimental feature to log some of the actions performed by a logged-in user. + // Requires a DB plugin that implements audi-logs (PostgreSQL only). + // New in v0.10.0. + "EnableAuditLogs": false } }
