Steps to Reproduce: |
1. Start server with Keycloak enabled 2. Call to ` {{ /graphql ` }} endpoint invokes Keycloak login 3. Do schema update (using for example data-sync-ui)
Expected: Call to `/graphql` endpoint invokes Keycloak login (when not logged in) Actual: It shows `/graphql` UI and allow run queries without authentication |