Kiran V
03/09/2023, 11:51 PMresource: products
rules:
- actions: ["customExperiences"]
roles:
- USER
condition:
match:
all:
of:
- expr: "2021_START" in request.principal.attr.package
am getting error saying "Failed to read: failed to convert YAML to JSON: yaml: line 17: did not find expected key" can you help me on thisDennis (Cerbos)
03/10/2023, 12:01 AMexpr
value.
Please try this: '"2021_START" in request.principal.attr.package'
(wrapping value in single quotes)rules
field indentation is off.