Reputation: 2717
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
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