grafana / tempo-operator

Grafana Tempo Kubernetes operator
https://grafana.com/docs/tempo/latest/setup/operator/
GNU Affero General Public License v3.0
55 stars 27 forks source link

Support for Workload Identity Federation for bucket authentication #956

Open markustoivonen opened 2 months ago

markustoivonen commented 2 months ago

Currently when defining the object storage for a TempoStack resource, only mode of authentication that is supported is a combination of bucket name & service account key.

Being able to use Workload Identity Federation (in GKE, not sure what this is in AWS/Azure) for authentication, would make life easier and safer as it would remove the need to manage a specific service account key.

Deploying Tempo with Helm charts supports this feature.