Added ACL
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
89bbf35a87
commit
c9e9e3545d
|
@ -0,0 +1,20 @@
|
|||
INSERT INTO
|
||||
salix.ACL (
|
||||
id,
|
||||
model,
|
||||
property,
|
||||
accessType,
|
||||
permission,
|
||||
principalType,
|
||||
principalId
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
344,
|
||||
'workerDisableExcluded',
|
||||
'*',
|
||||
'*',
|
||||
'ALLOW',
|
||||
'ROLE',
|
||||
'employee'
|
||||
);
|
Loading…
Reference in New Issue