Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

259 cwl #7

Merged
merged 6 commits into from
Feb 26, 2024
Merged

259 cwl #7

merged 6 commits into from
Feb 26, 2024

Conversation

drewm-swe
Copy link
Contributor

@drewm-swe drewm-swe commented Feb 26, 2024

Note

This required the following manually added to the Trust Relationships of the default EKS node role. This needs to be automated in the future within the EKS infra EKS module.

{
    "Effect": "Allow",
    "Principal": {
        "Federated": "arn:aws:iam::{ACCOUNT_ID}:oidc-provider/oidc.eks.us-west-2.amazonaws.com/id/{OIDC_ID}"
    },
    "Action": "sts:AssumeRoleWithWebIdentity",
    "Condition": {
        "StringEquals": {
            "oidc.eks.us-west-2.amazonaws.com/id/{OIDC_ID}:sub": "system:serviceaccount:airflow:airflow-worker"
        }
    }
}

@drewm-swe drewm-swe merged commit f4b9e01 into develop Feb 26, 2024
2 checks passed
@drewm-swe drewm-swe deleted the 259-cwl branch February 26, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant