Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Created September 28, 2024 18:52
Show Gist options
  • Save nicosingh/398c2f8c287c574d66917c25954e0807 to your computer and use it in GitHub Desktop.
Save nicosingh/398c2f8c287c574d66917c25954e0807 to your computer and use it in GitHub Desktop.
eks_pod_identity_associations = {
"sample-apps-s3-readonly" = {
policy_arn = "arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess"
service_account_name = "s3-readonly"
service_account_namespace = "sample-apps"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment