IAM
Access to Google App Engine is secured with IAM. Let's have a look at a list of predefined roles, along with a short description of each:
- App Engine Admin: Has the right to read, write, and modify access to all application configurations and settings.
- App Engine Creator: Has the right to create App Engine resources for the project.
- App Engine Service Admin: Has read-only permissions to application configuration and settings. It also allows write access to service and version settings, though it does not allow us to deploy versions of apps.
- App Engine Deployer: Provides read-only access to application configuration and settings. It allows us to deploy and create new versions and delete old ones. However, we cannot modify an existing version traffic configuration.
- App Engine Viewer: Provides read-only access to application configuration and settings.
- App Engine Code Viewer: Provides read-only access application configuration, settings, and deployed...