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/*",
@ -163,4 +163,4 @@ check whether or not access should be granted. When enabled, make sure your reso
+
** *claim-information-point*
+
Defines a set of one or more *global* claims that must be resolved and pushed to the {project_name} server in order to make these claims available to policies. See <<_enforcer_claim_information_point, Claim Information Point>> for more details.
Defines a set of one or more *global* claims that must be resolved and pushed to the {project_name} server in order to make these claims available to policies. See <<_enforcer_claim_information_point, Claim Information Point>> for more details.