Add iam:GetOpenIDConnectProvider grant to docs/iam-permissions.md (#728)

* Add iam:GetOpenIDConnectProvider grant to docs/iam-permissions.md

* Update CHANGELOG.md
This commit is contained in:
Daniele Lisi
2020-02-06 03:45:45 -08:00
committed by GitHub
parent 626a393ab9
commit 415e123d93
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- [CI] Bump pre-commit-terraform version (by @barryib) - [CI] Bump pre-commit-terraform version (by @barryib)
- Added example `examples/irsa` for IAM Roles for Service Accounts (by @max-rocket-internet) - 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) - **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 #### Important notes

View File

@@ -97,6 +97,7 @@ Following IAM permissions are the minimum permissions needed for your IAM user o
"iam:DeleteServiceLinkedRole", "iam:DeleteServiceLinkedRole",
"iam:DetachRolePolicy", "iam:DetachRolePolicy",
"iam:GetInstanceProfile", "iam:GetInstanceProfile",
"iam:GetOpenIDConnectProvider",
"iam:GetPolicy", "iam:GetPolicy",
"iam:GetPolicyVersion", "iam:GetPolicyVersion",
"iam:GetRole", "iam:GetRole",
@@ -118,4 +119,4 @@ Following IAM permissions are the minimum permissions needed for your IAM user o
} }
] ]
} }
``` ```