-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Lowered limit for AuthPolicy rules section #566
Comments
I expect this to be solved as part of removing the Hopefully this will decrease the complexity level of the API validation, thus allowing more rules into the budget. |
Fixed in #924 |
@guicassolato I am still seeing this in RC4 |
This regression was caused by the reintroducing the of the CEL validation in #952. It is unclear if this was accidental. The PR has no mention of reverting this. |
I had removed it. I guess it was added back during a rebasing. It's a bug. |
Due to #525 the limit for AuthPolicy rules section is now 10. This number is relatively low and has also not been officially documented. Some teams utilizing Authorino have implemented AuthConfig with up to 14 rules so I think this limit should be raised back.
The discussion slack link:
https://kubernetes.slack.com/archives/C05J0D0V525/p1713781063062309?thread_ts=1713343676.107059&cid=C05J0D0V525
The text was updated successfully, but these errors were encountered: