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
In the new multi-cluster setup #240 the gateway ignores the env variables and uses the specified token from the ClusterAccess resource for all requests. We expect it to just use the token for the CRD fetching and uses the authorization specified in the request to authenticate against the remote cluster.
When using an invalid token, the gateway also logs:
{"level":"error","service":"crdGateway","error":"token is malformed: token contains an invalid number of segments","time":"2025-07-02T10:39:16+02:00","caller":"REDACTED","message":"Failed to parse token"}