Reputation: 947
I have a web application with a www.domain.tld/admin namespace, which I want to have protected with Google IAP.
However, I don't want to restrict access to our public-facing website, at www.domain.tld.
Is there any strategy to leave access fully open to our website, while restricting access to "admin"?
Upvotes: 1
Views: 330
Reputation: 9721
This is possible if you are using GCLB to send the traffic to GCE or GKE:
This takes advantage of the fact that IAP is enabled/disabled on a per-backend basis.
Upvotes: 1