Replies: 3 comments 4 replies
-
@StephenWakely @bruceg just wondering if either of you have thoughts here since you've both worked with the GCP sinks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @StephenWakely and/or @bruceg any info would be helpful. Is this on your radar currently or any thoughts about implementing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jszwedko Do you have any idea if this is even on your radar yet? If not, it may be something we could attempt to contribute. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is vector able to support type: "external_account", for GCP authentication? Workload identity federation allows service account impersonation via an external identity provider. It allows authentication using short-lived (sts) access tokens rather than long-lived "service_account" keys.
https://cloud.google.com/iam/docs/workload-identity-federation
WIF is basically the gcp equivalent of using aws (sts) 'role_arn' and 'web_identity_token' for authentication.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions