Skip to content

feat: custom filtering of iam by path or by tag#3

Merged
bjfish25 merged 1 commit intomainfrom
better-filtering-on-iam-roles
Mar 6, 2025
Merged

feat: custom filtering of iam by path or by tag#3
bjfish25 merged 1 commit intomainfrom
better-filtering-on-iam-roles

Conversation

@bjfish25
Copy link
Copy Markdown
Collaborator

@bjfish25 bjfish25 commented Mar 4, 2025

Major:

  • Allow filtering by Path or by Tag.

Minor:

  • Ignore errors in kms
  • golangci fixes

Example

settings:
  IAMRole:
    CustomFilters:
      - type: "Path"
        value: "/some/path"
      - type: "Tag"
        value: "SOME_TAG"
  IAMRolePolicy:
    CustomFilters:
      - type: "Path"
        value: "/some/path"
  IAMRolePolicyAttachments:
    CustomFilters:
      - type: "Path"
        value: "/some/path"
  IAMPolicy:
    CustomFilters:
      - type: "Path"
        value: "/some/path"

@bjfish25 bjfish25 requested review from dilip0515 and optum-dce March 4, 2025 16:07
@bjfish25 bjfish25 self-assigned this Mar 4, 2025
@bjfish25 bjfish25 force-pushed the better-filtering-on-iam-roles branch 2 times, most recently from 99d0308 to 6abe79a Compare March 4, 2025 21:22
@bjfish25 bjfish25 changed the title Custom filtering of iam by path or by tag feat: custom filtering of iam by path or by tag Mar 4, 2025
@bjfish25 bjfish25 force-pushed the better-filtering-on-iam-roles branch from 6abe79a to 152fb4c Compare March 4, 2025 21:26
@bjfish25 bjfish25 merged commit e954d1b into main Mar 6, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants