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
fix: round 6 — upstream nodes array format, secret_providers path, PUT for plugin-metadata, credential name, skip unsupported resources
- upstream nodes: map format → array format in all test fixtures (API7 EE only accepts arrays)
- secret paths: /apisix/admin/secrets → /apisix/admin/secret_providers (matches API7 EE SDK)
- skip consumer_group and plugin_config e2e tests (no REST API endpoint in API7 EE)
- plugin-metadata create: POST → PUT (API7 EE uses PUT for create)
- credential type: add Name field required by API7 EE
- gateway group CRUD: use timestamp-based unique name to avoid conflicts
0 commit comments