[WiP] Added demo for matrix-auth
This commit is contained in:
parent
1e9ef7330d
commit
2c84345782
|
|
@ -0,0 +1,12 @@
|
|||
jenkins:
|
||||
authorizationStrategy:
|
||||
globalMatrix:
|
||||
grantedPermissions:
|
||||
- group:
|
||||
name: "anonymous"
|
||||
permissions:
|
||||
- "hudson.model.Hudson.Read"
|
||||
- group
|
||||
name: "authenticated"
|
||||
permissions:
|
||||
- "hudson.model.Hudson.Administer"
|
||||
Loading…
Reference in New Issue