I want to allow only my team to access(https) our staging environments(Web application) through ingress in GKE cluster.
I found the article below. but GKE doesn't support basic authentication and setting nginx is only way .
GKE Ingress Basic Authentication (ingress.kubernetes.io/auth-type)
I want to avoid setting nginx if possible. Because I want to make staging and production as close as possible.
Thanks.