json missing comma
add missing comma after "enforcement-mode" : "ENFORCING"
This commit is contained in:
parent
42168d9e48
commit
a9fb954985
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ Or a little more verbose if you want to manually define the resources being prot
|
|||
{
|
||||
"policy-enforcer": {
|
||||
"user-managed-access" : {},
|
||||
"enforcement-mode" : "ENFORCING"
|
||||
"enforcement-mode" : "ENFORCING",
|
||||
"paths": [
|
||||
{
|
||||
"path" : "/someUri/*",
|
||||
|
|
Loading…
Reference in a new issue