Skip to content

Commit

Permalink
Add missing wildcard only actions for EKS (#184)
Browse files Browse the repository at this point in the history
* Add missing wildcard only actions for EKS

* Bump version

Co-authored-by: Karl Jurvanen <karl@laavat.com>
  • Loading branch information
Karl-jurvanen and Karl Jurvanen committed Jul 29, 2021
1 parent 0698702 commit 3a98d56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.5] - 2021-07-28
### Improvements
- Add EKS permissions that accept wildcard resource only

## [1.0.4] - 2021-06-03
### Improvements
- Add `stack_id` to log output when failing to convert a YML template to JSON.
Expand Down
2 changes: 1 addition & 1 deletion cfripper/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 0, 4)
VERSION = (1, 0, 5)

__version__ = ".".join(map(str, VERSION))
3 changes: 3 additions & 0 deletions cfripper/cloudformation_actions_only_accepts_wildcard.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@
"ecs:ListTaskDefinitions",
"ecs:PutAccountSetting",
"ecs:PutAccountSettingDefault",
"eks:CreateCluster",
"eks:DescribeAddonVersions",
"eks:ListClusters",
"elasticbeanstalk:CheckDNSAvailability",
"elasticbeanstalk:CreateStorageLocation",
"elasticbeanstalk:DescribeAccountAttributes",
Expand Down

0 comments on commit 3a98d56

Please sign in to comment.