You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
8
8
<aname="unreleased"></a>
9
9
## [Unreleased]
10
10
11
+
- Allow users to add more audiences to the open id connect provider
11
12
12
13
13
14
<aname="v17.1.0"></a>
14
-
## [v17.1.0] - 2021-06-04
15
+
## [v17.1.0] - 2021-06-09
15
16
FEATURES:
16
17
- Add support for Managed Node Groups (`node_groups`) taints ([#1424](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1424))
17
18
- Allow to choose launch template version for Managed Node Groups when `create_launch_template` is set to `true` ([#1419](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1419))
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,7 @@ Apache 2 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraf
262
262
| <aname="input_map_users"></a> [map\_users](#input\_map\_users)| Additional IAM users to add to the aws-auth configmap. See examples/basic/variables.tf for example format. | <pre>list(object({<br> userarn = string<br> username = string<br> groups = list(string)<br> }))</pre> |`[]`| no |
263
263
| <aname="input_node_groups"></a> [node\_groups](#input\_node\_groups)| Map of map of node groups to create. See `node_groups` module's documentation for more details |`any`|`{}`| no |
264
264
| <aname="input_node_groups_defaults"></a> [node\_groups\_defaults](#input\_node\_groups\_defaults)| Map of values to be applied to all node groups. See `node_groups` module's documentation for more details |`any`|`{}`| no |
265
+
| <aname="input_openid_connect_audiences"></a> [openid\_connect\_audiences](#input\_openid\_connect\_audiences)| List of OpenID Connect audience client IDs to add to the IRSA provider. |`list(string)`|`[]`| no |
265
266
| <aname="input_permissions_boundary"></a> [permissions\_boundary](#input\_permissions\_boundary)| If provided, all IAM roles will be created with this permissions boundary attached. |`string`|`null`| no |
266
267
| <aname="input_subnets"></a> [subnets](#input\_subnets)| A list of subnets to place the EKS cluster and workers within. |`list(string)`| n/a | yes |
267
268
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources. Tags added to launch configuration or templates override these values for ASG Tags only. |`map(string)`|`{}`| no |
0 commit comments