0

In AWS I can use CloudTrail to monitor API calls that may impact IAM groups and roles.

In Google App Engine, is there any similar offering like CloudTrail? In Google Cloud Platform, as far as I can see, the 'IAM & Admin' panel only allows management and display of basic info IAM user and service accounts. The slack driver also does not seem to offer audit trail (The feature is currently in private beta and is not recommended for production use: https://cloud.google.com/monitoring/access-control).

Any suggestion is welcome.

Anthony Kong
  • 3,288
  • 11
  • 57
  • 96

1 Answers1

1

Google Cloud offers Cloud Audit Logging which is used to record and log user interactions with your Google Cloud project and resources.

You can easily access audit logs either directly from the Activity Feed, or from the Stackdriver Logging Viewer by selecting 'activity' in the resource drop-down menu.

If you are instead looking for additional functionality, you can submit a feature request using one of the appropriate Google Public Issue Trackers.

Jordan
  • 301
  • 2
  • 8