-
Notifications
You must be signed in to change notification settings - Fork 32
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
Conversion webhook contains a lot of errors #430
Labels
Comments
These are all the AuthConfigs currently present in the project |
guicassolato
added a commit
that referenced
this issue
Sep 26, 2023
Fix back and forth conversion of [`runtime.RawExtension`)(https://pkg.go.dev/k8s.io/[email protected]/pkg/runtime#RawExtension) fields. Example of fields and values affected: - Extended properties of identity objects (new `defaults` and `overrides` of the authentication config) - Custom `headers` of the former `denyWith` spec (new `response.(unauthenticated|unauthorized).headers`) - Custom `message` and `body` of the former `denyWith` spec, as well as all other fields typed in v1beta1 as [`StaticOrDynamicValue`](https://pkg.go.dev/github.com/kuadrant/authorino/api/v1beta1#StaticOrDynamicValue), when the field was set to a static string value containing line breaks or any other character that require escaping when marshalled Closes #430.
github-project-automation
bot
moved this from Review
to To test
in Kuadrant Service Protection
Sep 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Conversion Webhook contains an incredible amount of these errors
Help us Reproduce it
I encountered #429 and the logs was spammed with those errors every second
The text was updated successfully, but these errors were encountered: