-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Remove deprecated configuration in the V3 #7482
Comments
Maybe we can remove old configuration items like |
LGTM |
We can also remove the expression to determine whether to run the plugin or not inside some plugins (like fault-injection) since #7453 is merged. |
@tzssangglass |
Description
Let's remove the deprecated configuration in the APISIX v3, including:
apisix/apisix/cli/etcd.lua
Line 201 in 2385768
apisix/apisix/cli/ops.lua
Lines 654 to 655 in 2385768
audience
in authz-keycloakapisix/apisix/plugins/authz-keycloak.lua
Lines 123 to 129 in 2385768
upstream
in mqtt-proxyapisix/apisix/stream/plugins/mqtt-proxy.lua
Line 36 in 2385768
scheme
in proxy-rewriteapisix/apisix/plugins/proxy-rewrite.lua
Line 71 in 2385768
apisix/apisix/cli/ngx_tpl.lua
Line 380 in 2385768
apisix/apisix/plugins/syslog.lua
Line 62 in 2385768
apisix/apisix/plugins/error-log-logger.lua
Lines 69 to 74 in 2385768
apisix/apisix/schema_def.lua
Line 613 in 2385768
disable
to_meta
apisix/apisix/plugin.lua
Line 160 in 2385768
The text was updated successfully, but these errors were encountered: