-
Notifications
You must be signed in to change notification settings - Fork 23
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
⭐ Draft: Enhancing Users Key Metadata retrieval (aws) #3453
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -1662,6 +1662,10 @@ resources: | |||||
desc: | | ||||||
Use the `aws.iam` resource to assess the configuration of the AWS IAM service. The resource provides a list of `aws.iam.user` resources representing GuardDuty Detectors deployed across all enabled regions. | ||||||
fields: | ||||||
accessKeyMetadata: | ||||||
min_mondoo_version: latest | ||||||
accessKeys: | ||||||
min_mondoo_version: latest | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
accountPasswordPolicy: {} | ||||||
accountSummary: {} | ||||||
attachedPolicies: {} | ||||||
|
@@ -1702,6 +1706,28 @@ resources: | |||||
!= null\n ) \n" | ||||||
title: Do not setup access keys during initial user setup for all IAM users | ||||||
that have a console password | ||||||
aws.iam.accessKey: | ||||||
docs: | ||||||
desc: | | ||||||
The `aws.iam.accessKey` provides fields for assessing the configuration of individual IAM Access Keys. For usage, read the `aws.iam` resource documentation. This resource helps in identifying and analyzing the state and configurations of access keys, allowing for better security and management of AWS IAM credentials. | ||||||
fields: | ||||||
accessKeyId: {} | ||||||
createDate: {} | ||||||
status: {} | ||||||
is_private: true | ||||||
min_mondoo_version: 9.0.0 | ||||||
platform: | ||||||
name: | ||||||
- aws | ||||||
aws.iam.accessKeys: | ||||||
fields: | ||||||
accessKeyId: {} | ||||||
createDate: {} | ||||||
status: {} | ||||||
min_mondoo_version: latest | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
platform: | ||||||
name: | ||||||
- aws | ||||||
aws.iam.group: | ||||||
docs: | ||||||
desc: | | ||||||
|
@@ -1817,6 +1843,9 @@ resources: | |||||
accessKey2LastUsedDate: {} | ||||||
accessKey2LastUsedRegion: {} | ||||||
accessKey2LastUsedService: {} | ||||||
accessKeyMetadata: | ||||||
min_mondoo_version: latest | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
accessKeys: {} | ||||||
arn: {} | ||||||
cert1Active: {} | ||||||
cert1LastRotated: {} | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.