Search code examples
google-cloud-platformcentrifycloud-security

Why do I need to use a security solution like Centrify on GCP?


Why do I need to use a security solution like Centrify on GCP ? Can I not just use Cloud Identity from Google ?


Solution

  • The main benefit is that access can be centrally (Centrifily?) controlled for a variety of apps, including GCP. This type of provider allows users to be defined in one place and, more importantly, for access to be revoked in one place. This is important if credentials are stolen and sensitive data is at risk.

    Compare this to managing separate credentials in GCP, which may not be consistent and would require additional maintenance.

    A related concept is to use roles for access to GCP services.