-
Notifications
You must be signed in to change notification settings - Fork 0
Minio
Darth Bane edited this page May 24, 2025
·
1 revision
- etcd-backups
- argo-workflows
Generic policy for K8s to be able to access all buckets
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "FullAccessTok8s",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:DeleteObject",
"s3:GetObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::argo-workflows/*",
"arn:aws:s3:::etcd-backups",
"arn:aws:s3:::etcd-backups/*",
"arn:aws:s3:::argo-workflows"
]
}
]
}Single service account with access key