chaiyachaiya
chaiyachaiya

Reputation: 2717

How to add Google IAP (Identity Aware Proxy) resources?

I am testing Google IAP on an Appengine project.
This project consit of 3 services (formerly known as modules).
Each one represent an environment (default is dev, staging and prod).

My problem is that only one resource is listed in the IAP menu:
The one corresponding to the defaulf version of the default service.

How can I consider other services/version when using Google IAP ?

Thx!

Upvotes: 0

Views: 852

Answers (1)

user7816438
user7816438

Reputation:

Unfortunately, you can't set access permissions at the service level. IAP only applies at the GAE App level and or GCE backend service.

From a best practices perspective, Dan is correct. You generally want to have separate projects for each environment.

Upvotes: 2

Related Questions