feat: refs #8304 add ACL entry for WorkerDms with high privileges #3353

Merged
jtubau merged 9 commits from 8304-workerChangesAndFixes into dev 2025-02-05 12:23:05 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit a167e7fada - Show all commits
db/versions/11404-azureAnthurium

View File

@ -0,0 +1,2 @@
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
VALUES('WorkerDms', 'hasHighPrivs', 'READ', 'ALLOW', 'ROLE', 'hr');