feat(pam): add AWS IAM resource documentation and form enhancements

- Introduced a new documentation page for configuring AWS IAM access through Infisical PAM, detailing the setup process and key concepts.
- Updated the AWS IAM account form to validate session duration input, allowing users to specify durations in human-readable formats (e.g., 15m, 1h).
- Added new images for resource creation and account setup in the documentation.
- Enhanced the form's default session duration handling to improve user experience.
This commit is contained in:
Victor Santos
2025-12-08 22:38:48 -03:00
parent 29eaa64a1b
commit 5ec9840f89
5 changed files with 323 additions and 18 deletions

View File

@@ -795,6 +795,12 @@
"documentation/platform/pam/product-reference/session-recording",
"documentation/platform/pam/product-reference/credential-rotation"
]
},
{
"group": "Resources",
"pages": [
"documentation/platform/pam/resources/aws-iam"
]
}
]
}