Add the OIDC provider ARN to outputs (#653)

This commit is contained in:
Eytan Hanig
2020-01-03 05:25:09 -08:00
committed by Max Williams
parent bad9604882
commit ab412fb060
3 changed files with 7 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- Fix aws-auth config map for managed node groups (by @wbertelsen)
- Added support to create IAM OpenID Connect Identity Provider to enable EKS Identity Roles for Service Accounts (IRSA). (by @alaa)
- Adding node group iam role arns to outputs. (by @mukgupta)
- Added the OIDC Provider ARN to outputs. (by @eytanhanig)
- **Breaking:** Change logic of security group whitelisting. Will always whitelist worker security group on control plane security group either provide one or create new one. See Important notes below for upgrade notes (by @ryanooi)
#### Important notes