From 6538f7706d9a0e31f707940a25b2fd2c749ae982 Mon Sep 17 00:00:00 2001 From: Daniele Lisi Date: Wed, 5 Feb 2020 12:39:26 -0800 Subject: [PATCH 1/2] Add iam:GetOpenIDConnectProvider grant to docs/iam-permissions.md --- docs/iam-permissions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/iam-permissions.md b/docs/iam-permissions.md index 4fbc828447..9c15083409 100644 --- a/docs/iam-permissions.md +++ b/docs/iam-permissions.md @@ -97,6 +97,7 @@ Following IAM permissions are the minimum permissions needed for your IAM user o "iam:DeleteServiceLinkedRole", "iam:DetachRolePolicy", "iam:GetInstanceProfile", + "iam:GetOpenIDConnectProvider", "iam:GetPolicy", "iam:GetPolicyVersion", "iam:GetRole", @@ -118,4 +119,4 @@ Following IAM permissions are the minimum permissions needed for your IAM user o } ] } -``` \ No newline at end of file +``` From 29ca759b6be993e1dceda22b725c0682106e59b2 Mon Sep 17 00:00:00 2001 From: Daniele Lisi Date: Thu, 6 Feb 2020 03:32:34 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9985361b..83bc914b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - [CI] Bump pre-commit-terraform version (by @barryib) - Added example `examples/irsa` for IAM Roles for Service Accounts (by @max-rocket-internet) - **Breaking:** Removal of autoscaling IAM policy and tags (by @max-rocket-internet) +- Add `iam:GetOpenIDConnectProvider` grant to the required IAM permissions in `docs/iam-permissions.md` (by @danielelisi) #### Important notes