scylladb / scylla-operator

The Kubernetes Operator for ScyllaDB
https://operator.docs.scylladb.com/
Apache License 2.0
339 stars 175 forks source link

Document configuring workload identities with Scylla Manager Agent #1697

Open rzetelskik opened 10 months ago

rzetelskik commented 10 months ago

What should the feature do?

We should document how to enable and configure IAM roles for use with ScyllaClusters' service accounts in supported manged K8s services (EKS and GKE).

What is the use case behind this feature?

Granting access to object storage for Scylla Manager Agent containers.

Anything else we need to know?

Refs:

scylla-operator-bot[bot] commented 4 months ago

The Scylla Operator project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

/lifecycle stale

tnozicka commented 4 months ago

/remove-lifecycle stale /triage accepted

DaivikDave commented 3 months ago

@tnozicka @rzetelskik We want to use workload identity on Scylla nodes to configure backups with the ScyllaCluster in GCP. According to the documentation, it seems there's no option to change the service account in the cluster definition. Is there a way to use our own service account or annotate the service account created by the operator?