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
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
#this section is needed to assume an IAM role using a web identity , as a result of assigning an IAM role to the service account. Only needed if you use KMS to encrypt your secrets, if you choose to configure the role as such: https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html
#this is needed because helm secrets, or more specifically sops(?), does not support assuming roles with web identities. so we must first assume it manually
#keep in mind you will also need to add a security context to the repo server deployment, to allow the argocd user access to the token file(this is already done in this repo's install.yaml): https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html