Roee Hershko

Results 3 issues of Roee Hershko

Checklist: * [X] I've included steps to reproduce the bug. * [X] I've included the version of argo rollouts. **Describe the bug** when using canary & trafficRouting using istio the...

bug

adding the following code: ``` tv := map[string]string{} tv["aud"] = "api://default" tv["cid"] = utils.Config.OktaClientID jv := verifier.JwtVerifier{ Issuer: utils.Config.OktaIssuer, ClaimsToValidate: tv, } result, err := jv.New().VerifyAccessToken(t) ``` cause every requests...

after token expires on custom MCP (streamable with DCR) instead of refreshing i am getting this error: ``` 2025-10-28 16:20:29.656 [info] Handling DeleteClient action 2025-10-28 16:20:29.994 [info] Handling CreateClient action...