-
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
Unable to list AuthConfigs due to conversion webhook error #429
Comments
Not sure we can avoid this 100%. I guess it's triggered because the webhook is stuck in a loop of errors, usually because it finished converting a resource but failed to generate a valid AuthConfig. Other than working on those conversion errors, only thing I can think of right now is maybe having a validating webhook that takes conversion into account, but it doesn't seem right. |
I would keep this open a bit longer to see if we can find other issues related to reconciliation and if not, we simply close it |
Would that be targeted to 0.17 and that would then be the version we want to ship with the 0.6.0 kuadrant release? |
This should be done. Can we close this now, @pehala? |
Yup, we did not find additional issues with this. If we do we will reopen this. |
Describe the bug
kubectl get authconfigs
returnsError from server: conversion webhook for authorino.kuadrant.io/v1beta1, Kind=AuthConfig failed: 0-length response with status code: 200 and content type: application/json
when in namespace that contains some AuthConfigsThe text was updated successfully, but these errors were encountered: