goharbor / harbor

An open source trusted cloud native registry project that stores, signs, and scans content.
https://goharbor.io
Apache License 2.0
23.14k stars 4.66k forks source link

Add iam authentication support for aws rds #12546

Open olfway opened 4 years ago

olfway commented 4 years ago

Is your feature request related to a problem? Please describe. Database passwords must be hardcoded in configuration

Describe the solution you'd like Use instance profile and iam authentication and do not hardcode passwords

Describe the main design/architecture of your solution AWS SDK has a method to generate a temporary password to access database

https://docs.aws.amazon.com/sdk-for-go/api/service/rds/rdsutils/#BuildAuthToken

github-actions[bot] commented 2 years ago

This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.

olfway commented 2 years ago

up

gaglimax commented 1 month ago

Up, same use case here.