-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature: config validation for apisix in standalone mode #103
Comments
Can this be linked to apache/apisix#10630 ? I think it's relevant. |
Thank you for mentioning this! But I think standalone doesn't work with adc, as adc uses ETCD as well. They're two different control ways. 🤔 Correct me if I'm wrong. |
The other issue I linked (apache/apisix#10630) doesn't mention |
Yes. Standalone and ADC are two different data sources. ADC has supported to do validation for APISIX 3.6+. And if you're looking for validation against Standalone |
Description
As a user running apisix in standalone mode, I would like to have a way to verify the configuration before submitting it to the instance.
In my case, we're running apisix in a kubernetes deployment, using configMaps for
config.yaml
andapisix.yaml
. I would like to be able to verify the configuration in a step of the deployment pipeline, before updating the live/production configMaps.The text was updated successfully, but these errors were encountered: