Added ACL
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2022-10-18 10:33:48 +02:00
parent 89bbf35a87
commit c9e9e3545d
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
INSERT INTO
salix.ACL (
id,
model,
property,
accessType,
permission,
principalType,
principalId
)
VALUES
(
344,
'workerDisableExcluded',
'*',
'*',
'ALLOW',
'ROLE',
'employee'
);