-
Notifications
You must be signed in to change notification settings - Fork 352
Support for WID Principals ? #2527
Copy link
Copy link
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: questionRequest for information or clarification.Request for information or clarification.
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: questionRequest for information or clarification.Request for information or clarification.
Question
As documented in the official documentation, Workload Identity identities like
serviceAccount:PROJECT_ID.svc.id.goog[NAMESPACE/KUBERNETES_SERVICE_ACCOUNT]are considered legacy.It is recommend to use Principals or PrincipalSets. Is there any way the CloudSQL Proxy can support IAM authentication based on IAM Principals ?
In best case I would prefer to deploy my service applications with IAM Principals and stripping away all the individual GSAs of applications. Then have the App Principals act as one central IAM GSA to authenticate based on impersonation.
Code
Additional Details
No response