Skip to content

Commit

Permalink
docs: updating documentation on how to setup IRSA on AWS (#6406)
Browse files Browse the repository at this point in the history
  • Loading branch information
domderen authored Jul 22, 2021
1 parent 10c0fa5 commit c80f4bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/workflow-controller-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ data:
key: secretKey
# If this is set to true, argo workflows will use AWS SDK default credentials provider chain. This will allow things like
# IRSA and any of the authentication methods that the golang SDK uses in it's default chain.
# If you are using IRSA on AWS, and set this option to true, you will also need to modify Argo-Server Deployment with
# `spec.template.spec.securityContext.fsGroup: 65534` configuration. This is required for IRSA to be able to access
# `/var/run/secrets/eks.amazonaws.com/serviceaccount/token` file, and authenticate with AWS.
useSDKCreds: false
# Specifies the container runtime interface to use (default: docker)
Expand Down

0 comments on commit c80f4bc

Please sign in to comment.