You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Against the control-plane codebase / a live API7 EE 3.9.12 instance, confirm whether the management API exposes plugin-config and stream-route.
Status: DONE. Verified against api7ee-3-control-plane:
stream-route IS exposed — full CRUD at /apisix/admin/stream_routes, mounted handlers, schema, present in generated OpenAPI. Keep the command.
plugin-config is NOT exposed — no routes, no handlers, not in the generated OpenAPI spec; matches the signature of the known-unsupported consumer_group. Remove the command (see sub-issue for Task test: align E2E coverage with current EE models #2).
Part of #22.
Against the control-plane codebase / a live API7 EE 3.9.12 instance, confirm whether the management API exposes plugin-config and stream-route.
Status: DONE. Verified against
api7ee-3-control-plane:stream-routeIS exposed — full CRUD at/apisix/admin/stream_routes, mounted handlers, schema, present in generated OpenAPI. Keep the command.plugin-configis NOT exposed — no routes, no handlers, not in the generated OpenAPI spec; matches the signature of the known-unsupportedconsumer_group. Remove the command (see sub-issue for Task test: align E2E coverage with current EE models #2).