-
Notifications
You must be signed in to change notification settings - Fork 350
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
Implement the admission server #244
Comments
I'm working on this, assign it to me, please. |
I did a research and found three ways to implement this:
Reference: https://banzaicloud.com/blog/slok-webhook/ Could you give some advice that which way should I take ? Thanks. |
I look through these two packages, I like the features provided by kubewebhook like the metrics integration, I'd like to vote for it. BTW, do you know which admission server frameworks are used by other famous ingress controllers or service mesh control plane? |
It's not a problem as we already have a HTTP server managed by go-gin. |
Ok, I will use it.
I just look through |
This feature has been implemented #573, and I will close this issue. Feel free to reopen it, if you have any question. |
We should implement an admission server in the apisix ingress controller to validate configurations like plugins. But for now, we don't have a way to validate each plugins unless we have the json schema data.
The text was updated successfully, but these errors were encountered: