Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for IAM database authentication to Amazon RDS #9208

Open
sjauld opened this issue Feb 11, 2025 · 2 comments
Open

Add support for IAM database authentication to Amazon RDS #9208

sjauld opened this issue Feb 11, 2025 · 2 comments
Labels
enhancement New feature proposal help wanted Community contributions are welcome.

Comments

@sjauld
Copy link

sjauld commented Feb 11, 2025

Is your feature request related to a problem? Please describe.
Passwords are bad. Identity-based authentication is good. If the cube postgres/maria/mysql drivers supported IAM authentication that would be nice.

Describe the solution you'd like
Just add some env variable like CUBEJS_DS_POSTGRES_DB_USE_AWS_IAM=true and it magically works.

Describe alternatives you've considered
Stick with using passwords and have to stuff around with rotation and distribution of credentials etc.

Additional context
RDS IAM auth docs

@igorlukanin igorlukanin added the enhancement New feature proposal label Feb 13, 2025
@igorlukanin
Copy link
Member

@sjauld Great idea! Would you be open to contribute a PR?

@igorlukanin igorlukanin added the help wanted Community contributions are welcome. label Feb 13, 2025
Copy link

If you are interested in working on this issue, please go ahead and provide PR for that.
We'd be happy to review it and merge it.
If this is the first time you are contributing a Pull Request to Cube, please check our contribution guidelines.
You can also post any questions while contributing in the #contributors channel in the Cube Slack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature proposal help wanted Community contributions are welcome.
Projects
None yet
Development

No branches or pull requests

2 participants