Does Google Cloud have anything similar to the managed identity offered by Azure. Refer the video in below link:
https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview
As I understand Managed Identity eliminates the need for passwords and private keys. Services traditionally use a service account to access resources but that service account uses a password that needs to be stored in a secrets manager and periodically auto-rotated. Managed Identity eliminates need of any password.