1 件のコメント (1 件のコメント)0 件のリアクション (0 件のリアクション)0 人の担当者 (0 人の担当者)Python3,333 件のフォーク (3,333 件のフォーク)batch import
component:installerhelp wantedtype:enhancement
Repository metrics
- Stars
- 13,071 個のスター (13,071 個のスター)
- PR merge metrics
- PR metrics pending (PR metrics pending)
説明
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
コントリビューターガイド
- 調査方針
- boto3 を使用して IAM データベース認証トークンを生成し、AWX のデータベース接続設定を変更することで、AWS RDS IAM 認証を実装します。この実装により、静的パスワードの代わりに AWS IAM 認証情報を使用できるようになります。
- 技術スタック
- pythonpostgresqlaws
- 領域
- backenddatabaseauthenticationcloud
- Issue 種別
- 機能
- 前提条件
- PythonAWS SDK (boto3)Docker