You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the source code 1, it seems possible to acquire credentials from a service account on EKS, which sets the environment variables AWS_ROLE_ARN and AWS_WEB_IDENTITY_TOKEN_FILE.
From the source code 1, it seems possible to acquire credentials from a service account on EKS, which sets the environment variables
AWS_ROLE_ARN
andAWS_WEB_IDENTITY_TOKEN_FILE
.I am basing my setup on the example How to use clickhouse-backup in Kubernetes
.
After updating my ClickHouse installation with the reference to the service account name, all the operations work fine.
Is it possible to update the documentation to mention this option, which I think would be valuable for everyone using EKS?
The text was updated successfully, but these errors were encountered: