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