multi tenant - Implementing Tenancy in Secret Manager Within a Single GCP Project - Stack Overflow

admin2025-04-19  0

We want to implement tenancy in Secret Manager within a single GCP project. The approach we’re considering is:

Using different service accounts for each tenant.

  • Granting each service account access only to specific secrets via IAM policies.
  • While this ensures proper access control, there’s no physical separation of data since everything remains within the same project.

Would this approach meet compliance requirements, or should we be considering additional measures? Are there any best practices or potential risks we should be aware of?

Looking forward to your insights!

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745072737a283384.html

最新回复(0)