Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
Updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahad Tariq committed Aug 30, 2019
1 parent d50584e commit e4ecb97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2019-08-31
### Added
- Specify additional security groups or IP ranges that can have access to the cluster in private EKS mode.

## [0.7.0] - 2019-07-09
### Breaking
- KIAM no longer has dedicated nodes. This is possible now that KIAM has an option to not remove the iptables rule on shutdown resulting in a fail secure design.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ To improve the security of your clusters this module defaults to expecting KIAM
| vpc\_id | VPC ID for EKS Cluster | string | n/a | yes |
| worker\_group\_count | Count of worker groups. Set to 0 to disable worker creation | string | `"1"` | no |
| workers | List of worker groups | list | n/a | yes |
| cluster_access_additional_sg | Security groups allowed access to the API server | list | n/a | no |
| cluster_access_additional_ip | CIDRs allowed access to the API server | list | n/a | no |

## Worker Group Options
It is possible to customise individual parameters on the the workers list.
Expand Down

0 comments on commit e4ecb97

Please sign in to comment.