Native RDS IAM Auth Token Generation via atmos auth #121
Replies: 1 comment
|
Update — had some time to prototype this, and I'd love a gut-check on the direction to see if it's worth pursuing.
Does this shape look right, or would you rather it live elsewhere (under Follow-on (draft, not for review yet — cloudposse/atmos#2818):
Appreciate any steer — thanks! 🙏 |
Uh oh!
There was an error while loading. Please reload this page.
Context:
We use RDS IAM auth across multiple accounts and environments, both locally and in CI. We've got it working today through atmos custom commands, but it lives outside the auth system — no auto-provisioning on login, no expiry tracking, no consistency with how ECR auth works. It's glue we maintain ourselves.
The ask:
RDS IAM token generation handled natively by
atmos auth, similar to ECR or something.All reactions