1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python3,333 forks (3,333 forks)batch import
component:installerhelp wantedtype:enhancement
Repository metrics
- Stars
- 13,071 stars (13,071 stars)
- PR merge metrics
- Avg merge 24d 6h (Avg merge 24d 6h)30 merged PRs in 30d (30 merged PRs in 30d)
Description
ISSUE TYPE
SUMMARY
I was hoping it would be possible to get AWX to support using AWS IAM authentication to connect to the postgres database. Right now it's limited to password only (that I could determine).
thanks
Contributor guide
- Research direction
- Implement AWS RDS IAM authentication by adding support for IAM database authentication token generation using boto3 and modifying the database connection configuration in AWX. The implementation should allow AWS IAM credentials to be used instead of a static password.
- Tech stack
- pythonpostgresqlaws
- Domain
- backenddatabaseauthenticationcloud
- Issue type
- Feature
- Prerequisites
- PythonAWS SDK (boto3)Docker