Istio Oauth2 auth-url and auth-sign

Hello with Nginx you are able to set the following with annotations:

nginx.ingress.kubernetes.io/auth-url: https://$host/oauth2/auth
nginx.ingress.kubernetes.io/auth-signin: https://$host/oauth2/start?rd=https://$host$request_uri

What would be the equivalent of this but for istio?

1 Like