Skip to content

Commit

Permalink
Added missing Wildcard only cloudformation actions for IoT (#130)
Browse files Browse the repository at this point in the history
* Added missing Wildcard only cloudformation actions for IoT

* Sorted order for the iot actions
  • Loading branch information
mretallack committed Oct 26, 2020
1 parent 5d64c1a commit edc903c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cfripper/cloudformation_actions_only_accepts_wildcard.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,23 @@
"iam:SetSecurityTokenServicePreferences",
"iam:SimulateCustomPolicy",
"iam:UpdateAccountPasswordPolicy",
"iot:CreateCertificateFromCsr",
"iot:CreateKeysAndCertificate",
"iot:CreatePolicy",
"iot:DeleteRegistrationCode",
"iot:DescribeEndpoint",
"iot:GetLoggingOptions",
"iot:GetRegistrationCode",
"iot:ListCACertificates",
"iot:ListCertificates",
"iot:ListCertificatesByCA",
"iot:ListOutgoingCertificates",
"iot:ListPolicies",
"iot:ListThingTypes",
"iot:ListThings",
"iot:ListTopicRules",
"iot:RegisterCACertificate",
"iot:RegisterCertificate",
"lambda:CreateEventSourceMapping",
"lambda:GetAccountSettings",
"lambda:ListEventSourceMappings",
Expand Down

0 comments on commit edc903c

Please sign in to comment.