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

Fixed using authentication provider credentials with get_aws_account_id #3243

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

levkohimins
Copy link
Contributor

Description

Fixes #3236.

TODOs

Read the Gruntwork contribution guidelines.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Added / Removed / Updated [X].

Migration Guide

@levkohimins levkohimins marked this pull request as ready for review July 4, 2024 19:55
@levkohimins levkohimins requested a review from yhakbar as a code owner July 4, 2024 19:55
Copy link

sonarqubecloud bot commented Jul 4, 2024

@levkohimins levkohimins requested a review from denis256 July 4, 2024 20:16
@levkohimins
Copy link
Contributor Author

@denis256, thanks for the review!

@levkohimins levkohimins merged commit 187f912 into master Jul 4, 2024
4 checks passed
akrantz01 referenced this pull request in akrantz01/homelab Jul 5, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt)
| patch | `v0.59.6` -> `v0.59.7` |
|
[gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt)
| patch | `0.59.6` -> `0.59.7` |

---

### Release Notes

<details>
<summary>gruntwork-io/terragrunt (gruntwork-io/terragrunt)</summary>

###
[`v0.59.7`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.59.7)

[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.59.6...v0.59.7)

#### Description

- Fixed using authentication provider credentials with
`get_aws_account_id`

#### Related links

-
[https://github.com/gruntwork-io/terragrunt/pull/3243](https://togithub.com/gruntwork-io/terragrunt/pull/3243)

**Full Changelog**:
gruntwork-io/terragrunt@v0.59.6...v0.59.7

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/akrantz01/homelab).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@denis256 denis256 deleted the bug/auth-provider-with-get-aws-account-id branch July 5, 2024 14:32
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.

Call to STS GetCallerIdentity for get_aws_account_id Does Not Use Dynamic Authentication
2 participants