diff --git a/mcp/github_tool/.env.authbridge b/mcp/github_tool/.env.authbridge index 850d0285..c4591b02 100644 --- a/mcp/github_tool/.env.authbridge +++ b/mcp/github_tool/.env.authbridge @@ -13,6 +13,6 @@ UPSTREAM_HEADER_TO_USE_IF_IN_AUDIENCE='{"valueFrom": {"secretKeyRef": {"name": " UPSTREAM_HEADER_TO_USE_IF_NOT_IN_AUDIENCE='{"valueFrom": {"secretKeyRef": {"name": "github-tool-secrets", "key": "UPSTREAM_HEADER_TO_USE_IF_NOT_IN_AUDIENCE"}}}' # Keycloak validation settings for incoming tokens -ISSUER=http://keycloak.localtest.me:8080/realms/demo -JWKS_URL=http://keycloak-service.keycloak.svc.cluster.local:8080/realms/demo/protocol/openid-connect/certs +ISSUER=http://keycloak.localtest.me:8080/realms/kagenti +JWKS_URL=http://keycloak-service.keycloak.svc.cluster.local:8080/realms/kagenti/protocol/openid-connect/certs AUDIENCE=github-tool