Commits
Click on a commit to change the comparison rangerefactor: restructure IAM database authentication settings to use a nested `iam` object with explicit region support and add corresponding test cases. chore: Refactor IAM authentication tests for readability and include IAM-related settings in the test suite. refactor: replace global boto3 mock with a pytest fixture and local patching feat: Add boto3 and enhance database IAM authentication by defaulting RDS port and making password optional. feat: Add explicit SSL context and region inference for IAM authentication, and update token generation to be synchronous. Remove implicit region inference for RDS IAM authentication and unnecessary ssl import. Merge branch 'main' into feat/add-support-for-iam-role-based-login13 hours ago
by alaminopu refactor: Relocate database IAM authentication tests to `prefect-aws`, expose `hookimpl` for experimental plugins, and remove a debug print.12 hours ago
by alaminopu docs: Add documentation for AWS RDS IAM authentication.12 hours ago
by alaminopu