Fixed indentation on Matrix Auth demo
This commit is contained in:
parent
6d440b1cf0
commit
c2d10c6961
|
|
@ -1,12 +1,12 @@
|
|||
jenkins:
|
||||
authorizationStrategy:
|
||||
globalMatrix:
|
||||
grantedPermissions:
|
||||
- group:
|
||||
name: "anonymous"
|
||||
permissions:
|
||||
- "Overall/Read"
|
||||
- group
|
||||
name: "authenticated"
|
||||
permissions:
|
||||
- "Overall/Administer"
|
||||
globalMatrix:
|
||||
grantedPermissions:
|
||||
- group:
|
||||
name: "anonymous"
|
||||
permissions:
|
||||
- "Overall/Read"
|
||||
- group
|
||||
name: "authenticated"
|
||||
permissions:
|
||||
- "Overall/Administer"
|
||||
|
|
|
|||
Loading…
Reference in New Issue