Mark Winter
Mark Winter
@kimwnasptd That sounds fine to me. I look forward to working with you more! I'll close this PR for now
@kimwnasptd Thanks for the kind words! I agree, I think it would be good to have a formal process like that in place (for KServe too). May help foster more...
>Move the Angular UI framework to version 11, from 8 which is the current version for most of Kubeflow's apps I took a look at this. I think it is...
Hey, I'm looking to start working on Envoy Gateway and wouldn't mind picking this one up
/assign @markwinter
I found related discussions here https://github.com/envoyproxy/gateway/discussions/2425#discussioncomment-8722381 https://github.com/envoyproxy/envoy/issues/32805 I checked that the `forward_bearer_token` in the oauth2 filter will set the access token in the Authorization header https://github.com/envoyproxy/envoy/blob/22a07c31780d8b3b95460c0cc7333ab5e14b89ab/source/extensions/filters/http/oauth2/filter.cc#L882-L884 Perhaps this can be...
@arkodg Opened the API PR here if you could have a look please and see if aligns with what you were thinking https://github.com/envoyproxy/gateway/pull/5443
@zhaohuabing Verifying the alg is part of JWT signed token verification, that's why JWKS can be supplied in the JWT Authentication filter. https://github.com/envoyproxy/envoy/blob/eb398e9e4e0e33c8d68d5b9f86db88f236fd57c4/source/extensions/filters/http/jwt_authn/authenticator.cc#L324 https://github.com/google/jwt_verify_lib/blob/master/src/verify.cc#L210 The nonce and acr are oidc...
/unassign @markwinter
@gulsennihat Thanks for the report, will take a look