-
Notifications
You must be signed in to change notification settings - Fork 612
Open
Labels
Testingkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
- Our remote jwt fetch e2e tests are currently using this mock provider: https://github.com/kgateway-dev/kgateway/tree/main/hack/dummy-idp
- The authn mcp tests require the oauth 2.0 flow so they're using a different mock provider based on the agw example: https://github.com/kgateway-dev/kgateway/tree/main/hack/dummy-auth0
- envoy OIDC are planning to use keycloak
Unify the e2e tests to use one provider (maybe keycloak, then group the keycloak-dependent tests).
Metadata
Metadata
Assignees
Labels
Testingkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.