Baluduvamsi2006 opened a new pull request, #3290: URL: https://github.com/apache/apisix-dashboard/pull/3290
### What this PR does Fixes frontend validation for the `multi-auth` plugin in Consumer Groups. The Dashboard was performing stricter JSON schema validation than APISIX itself, causing valid `multi-auth` configurations to be rejected on the client side. This change bypasses frontend schema validation for `multi-auth` and delegates validation to APISIX, which already handles it correctly. ### Why this change is needed - Valid `multi-auth` configurations (per APISIX docs) were blocked by the UI - Backend accepts the same configuration successfully - Other plugins remain unaffected ### Scope of change - Frontend only - Minimal and targeted fix - No behavior change for other plugins ### Notes While testing, I observed a backend error in APISIX v3.9.1 when submitting a valid `multi-auth` configuration (500 error from `multi-auth.lua`). This appears to be a backend issue and is **not addressed in this PR**. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
