[ Question : workload-identity-federation support to access GCS from AWS ]
Hi, All!
I am using StarRocks in Shared Data Mode on AWS EKS with IRSA.
From time to time, I need to load data from Google Cloud Storage (GCS).
I would like to use keyless authentication through
Workload Identity Federation, instead of using a Service Account Access Key.
However, based on the current documentation, it seems that this feature is not mentioned or supported.
Is Workload Identity Federation currently supported in StarRocks for accessing GCS from AWS EKS?
The only related issue I found is the following PR:
https://github.com/StarRocks/starrocks/pull/65127