We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Policy compiler will fail to type-check the composed policies (expectedly) if their output types are different. Example:
name: foo_policy rule: match: - condition: x output: "error" - output: true
Compile() failed: ERROR: testdata/nested_rule/policy.yaml:-1:0: found no matching overload for '_?_:_' applied to '(bool, map(string, bool), string)'
We should try to raise this error in a more readable fashion, and ideally with the source positions wrt/ yaml.
(xref b/350064634 for Java impl)
The text was updated successfully, but these errors were encountered:
TristonianJones
Successfully merging a pull request may close this issue.
Policy compiler will fail to type-check the composed policies (expectedly) if their output types are different. Example:
We should try to raise this error in a more readable fashion, and ideally with the source positions wrt/ yaml.
(xref b/350064634 for Java impl)
The text was updated successfully, but these errors were encountered: