You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix service account email format for sovereign cloud projects
GCD documentation shows service account emails use the format:
name@project-id.PREFIX.iam.gserviceaccount.com
For sovereign cloud project IDs like 'eu0:my-project', the service account
email should be:
cluster-m@my-project.eu0.iam.gserviceaccount.com
Updated GetDefaultServiceAccount to:
- Check if project ID has a known sovereign cloud prefix
- Swap format from 'prefix:project-id' to 'project-id.prefix'
- Apply only to known sovereign prefixes (maintains backward compatibility
for organization-scoped projects)
Reference: https://berlin.devsitetest.how/iam/docs/service-accounts-create
0 commit comments