Collection of IAM checks for opsbox
Project description
OpsBox Rego Checks for AWS IAM
This module contains various Rego check plugins related to AWS's Identity and Access Management (IAM) service, including:
- Unused IAM Policies (
unused_policies) - Console Access (
console_access) - IAM Users Without MFA (
mfa_enabled) - Overdue API Keys (
overdue_api_keys)
Plugin Descriptions
Unused IAM Policies Plugin (unused_policies)
Identifies IAM policies with zero attachments to optimize policy management and help reduce unused resources.
Console Access Plugin (console_access)
Identifies IAM users with console access enabled, offering recommendations to enhance security by limiting access to necessary users.
IAM Users Without MFA Plugin (mfa_enabled)
Detects IAM users without Multi-Factor Authentication (MFA) enabled to improve account security.
Overdue API Keys Plugin (overdue_api_keys)
Finds IAM API keys that are overdue, ensuring keys are rotated regularly to enhance security.
Common Configuration
All plugins share the following AWS configuration:
- aws_access_key_id: AWS access key ID
- aws_secret_access_key: AWS secret access key
- aws_region: AWS region (optional)
aws_access_key_id: your_access_key_id
aws_secret_access_key: your_secret_access_key
aws_region: your_aws_region
To access more info about each check, install mkdocs and run mkdocs serve at the root of the package directory.
This will pull up a webpage with more complete documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file opsbox_aws_iam_checks-0.2.0.tar.gz.
File metadata
- Download URL: opsbox_aws_iam_checks-0.2.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0564fc3fda96e636ad3eb258f26f3b16e4e492a6df89760b9e91a1ce4ee27972
|
|
| MD5 |
7caa0c0149e8e390b890c9983c84d0d1
|
|
| BLAKE2b-256 |
0472b40d6031106623384b5dac0c158eaa11f0782ea6aca4db9351b63ab8ea32
|
File details
Details for the file opsbox_aws_iam_checks-0.2.0-py3-none-any.whl.
File metadata
- Download URL: opsbox_aws_iam_checks-0.2.0-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e14309eaffc20c0c1b1467a9e071f5eb1141b4d210a5c36e315ec0c4bfaa9d4b
|
|
| MD5 |
89c83446cbd264782a1f9db89c396470
|
|
| BLAKE2b-256 |
1a67b48ce8d5cc92ab7dba0501d319afbf563530ce9ce46adacb9cadfe44d87b
|