Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: detect iam policy documents greater or near 2048 maximum char limit #26

Closed
nitrocode opened this issue Feb 13, 2019 · 1 comment · Fixed by #153
Closed

feat: detect iam policy documents greater or near 2048 maximum char limit #26

nitrocode opened this issue Feb 13, 2019 · 1 comment · Fixed by #153
Labels
enhancement New feature or request

Comments

@nitrocode
Copy link

AWS has a max char limit on policies of 2048 chars. This isn't found on terraform plan but could be checked in tflint.

What do you think?

@wata727
Copy link
Member

wata727 commented Feb 14, 2019

Looks good. That's exactly what should be checked with TFLint.
Unfortunately, such feature requests are now suspended due to refactoring. I will work on these tasks after v0.8.0 released.

@nitrocode nitrocode changed the title Feature request: detect iam policy documents greater or near 2048 maximum char limit feat: detect iam policy documents greater or near 2048 maximum char limit Jun 17, 2020
@wata727 wata727 transferred this issue from terraform-linters/tflint Jan 4, 2021
@wata727 wata727 added the enhancement New feature or request label Jan 4, 2021
Rihoj added a commit to Rihoj/tflint-ruleset-aws that referenced this issue Aug 8, 2021
wata727 pushed a commit that referenced this issue Aug 11, 2021
* aws_iam_policy_length -  Added a rule to check against IAM policy length. fixes #26

* formated

* Update name of rule, update character count, ignore whitespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

2 participants