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

Added in Region for AWS aws_role_to_assume on project config in digger.yml #1492

Merged

Conversation

ben-of-codecraft
Copy link
Contributor

This closes #1469

Adds a new project option for AWS users under aws_role_to_assume in digger.yml. See the issue for more details.

It will default to "us-east-1" and here is an example configuration:

    aws_role_to_assume:
      region: "us-west-2"
      state: "arn:aws:iam::xxx:role/xxx-oidc-role"
      command: "arn:aws:iam::xxx:role/xxx-oidc-role"
workflows:

libs/orchestrator/json_models.go Outdated Show resolved Hide resolved
@ben-of-codecraft
Copy link
Contributor Author

@motatoes changed over to the language you recommended and fixed merge conflicts (you guys are making changes fast)

@motatoes
Copy link
Contributor

@motatoes changed over to the language you recommended and fixed merge conflicts (you guys are making changes fast)

@ben-of-codecraft thanks! we sure do

@motatoes motatoes merged commit c2d94d1 into diggerhq:develop May 29, 2024
4 checks passed
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.

[bug] aws-region config parameter in workflow, not used with project level roles causes GitHub Action failure
2 participants