You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
permit(
principal == ?principal,
action in [avpTest::Action::"ReadAccount"],
resource == ?resource
);
The parser will return an error: parser error: parse error at <input>:3:19 "principal": expected ident
As a work around, replacing ?resource and ?Principal with Template::"resource" etc seems to be a good enough workaround to convert to JSON format for now.
The text was updated successfully, but these errors were encountered:
When parsing an AVP template such as:
The parser will return an error:
parser error: parse error at <input>:3:19 "principal": expected ident
As a work around, replacing ?resource and ?Principal with Template::"resource" etc seems to be a good enough workaround to convert to JSON format for now.
The text was updated successfully, but these errors were encountered: