json missing comma

add missing comma after "enforcement-mode" : "ENFORCING"
This commit is contained in:
Simon Tan 2021-01-31 09:03:42 -08:00 committed by Stian Thorgersen
parent 42168d9e48
commit a9fb954985

View file

@ -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/*",