Closed rchowinfoblox closed 4 years ago
context { # where subject.account_id == "42"; } { allow subject group everyone to manage rchow.abacpolicy where ctx.id == "deadbeef" }
will error with
could not compile rules file error="Expected SUBJECT or WHERE, got #"
while
context { where subject.account_id == "42"; } { # allow subject group everyone to manage rchow.abacpolicy where ctx.id == "deadbeef" }
could not compile rules file error="verb must be specified for context or for action"
comments are not allowed in context stanzas.
will error with
while
will error with