gforien opened a new issue, #21624:
URL: https://github.com/apache/superset/issues/21624

   Currently Superset only supports connections to postgre-compatible databases 
with credentials.
   The connection URI must be like 
`postgresql://username:password@host/db_name`.
   
   AWS RDS provides IAM authentication [1] which allow to connect to a database 
with a role ARN and a session token (regularly refreshed).
   This would allow to use Superset without the need for credentials on the 
underlying database.
   
   Superset connector PyAthena [2][3] already supports assuming an IAM role, 
which removes the need for credentials on AWS Athena. Allowing the same kind of 
feature on RDS databases would be great 🚀 
   
   Thank you for your help !
   
   References
   [1] 
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
   [2] https://superset.apache.org/docs/databases/athena
   [3] https://github.com/apache/superset/discussions/15739


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to