Skip to content
Discussion options

You must be logged in to vote
  1. atmos workflow deploy/teams -f identity

We saw this same issue recently and it comes down again to order of operations. I will spend some time tomorrow updating the documentation to better explain this. In the meanwhile ...

Why this is happen

Both the gitops and planners roles are intended to be assumed by GitHub Actions to run Atmos and Terraform workflows. However, the GitHub OIDC provider has not been provisioned yet. The policy is attempting to include the ARN from the provider, but is given an empty string. Therefore the policy is invalid and Terraform fails

What do we want

We want to skip anything that requires the GitHub OIDC provider until it's ready. Since we provision roles …

Replies: 1 comment 6 replies

Comment options

milldr
Apr 23, 2025
Maintainer Sponsor

You must be logged in to vote
6 replies
@milldr
Comment options

milldr Apr 23, 2025
Maintainer Sponsor

@dukarc
Comment options

@milldr
Comment options

milldr Apr 23, 2025
Maintainer Sponsor

Answer selected by osterman
@milldr
Comment options

milldr Apr 23, 2025
Maintainer Sponsor

@milldr
Comment options

milldr Apr 24, 2025
Maintainer Sponsor

@milldr
Comment options

milldr Apr 24, 2025
Maintainer Sponsor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants