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

feat: add IAM auth support (required for stack config templating as of atmos 1.86.2) #46

Merged
merged 9 commits into from
Aug 20, 2024

Conversation

korenyoni
Copy link
Member

@korenyoni korenyoni commented Aug 19, 2024

what

  • Add IAM auth support

why

  • IAM auth is required for stack config templating as of atmos 1.86.2

references

Notes

I am not quite sure if Configure Plan AWS Credentials should be controlled by a condition. In cloudposse/github-action-atmos-terraform-plan, it is controlled by the outputs of cloudposse/github-action-atmos-get-setting. But we cannot use that action within this composite action, as the former is specific to one stack/component, whereas the latter (this repo) is not. (EDIT: it's definitely a requirement to put that step behind a condition — https://github.com/cloudposse/github-action-atmos-affected-stacks/actions/runs/10458450730)

I've added additional outputs to config, most of which are not referenced at all. However I did this in order to be consistent with cloudposse/github-action-atmos-terraform-plan.

@korenyoni korenyoni added the minor New features that do not break anything label Aug 19, 2024
@korenyoni korenyoni marked this pull request as ready for review August 19, 2024 18:08
aknysh
aknysh previously approved these changes Aug 19, 2024
action.yml Outdated Show resolved Hide resolved
action.yml Outdated Show resolved Hide resolved
action.yml Outdated Show resolved Hide resolved
@korenyoni korenyoni added minor New features that do not break anything and removed minor New features that do not break anything labels Aug 20, 2024
@korenyoni korenyoni merged commit 1fefee9 into main Aug 20, 2024
27 of 35 checks passed
@korenyoni korenyoni deleted the feat/support-iam-auth branch August 20, 2024 20:29
Copy link

These changes were released in v3.4.0.

@korenyoni korenyoni changed the title feat: add IAM auth support (required for stack config templating as of atmos 1.18.2) feat: add IAM auth support (required for stack config templating as of atmos 1.86.2) Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor New features that do not break anything
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants