Fixed Matrix auth demo example
This commit is contained in:
parent
c2d10c6961
commit
acdf9557ea
|
|
@ -2,11 +2,9 @@ jenkins:
|
|||
authorizationStrategy:
|
||||
globalMatrix:
|
||||
grantedPermissions:
|
||||
- group:
|
||||
name: "anonymous"
|
||||
permissions:
|
||||
- "Overall/Read"
|
||||
- group
|
||||
name: "authenticated"
|
||||
permissions:
|
||||
- "Overall/Administer"
|
||||
- name: "anonymous"
|
||||
permissions:
|
||||
- "Overall/Read"
|
||||
- name: "authenticated"
|
||||
permissions:
|
||||
- "Overall/Administer"
|
||||
|
|
|
|||
Loading…
Reference in New Issue