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
ATM, the 2nd operands of JSON pattern-matching rules and conditions (a.k.a JSON expressions) only accept static string values.
authorino/api/v1beta1/auth_config_types.go
Line 164 in a8082ec
It would be nice if the JSON patterns expressions accepted static or dynamic values (i-e- fetched from the Authz JSON):
Lines 71 to 76 in a8082ec
The text was updated successfully, but these errors were encountered:
@alexsnaps, I guess we can close this in favour of #475. WDYT?
Sorry, something went wrong.
Yes... that will be covered with CEL
No branches or pull requests
ATM, the 2nd operands of JSON pattern-matching rules and conditions (a.k.a JSON expressions) only accept static string values.
authorino/api/v1beta1/auth_config_types.go
Line 164 in a8082ec
It would be nice if the JSON patterns expressions accepted static or dynamic values (i-e- fetched from the Authz JSON):
authorino/api/v1beta1/auth_config_types.go
Lines 71 to 76 in a8082ec
The text was updated successfully, but these errors were encountered: