mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-24 17:48:26 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user