Skip to content

Support for providing a callable for passwords #553

Closed
@HLFrye

Description

@HLFrye

We would like to use IAM roles for authentication with our AWS RDS hosted Postgres instance. This AWS functionality is described here. This feature allows an application to request a temporary password using AWS credentials. The temporary password grants access to the database, but the password expires after 15 minutes.

In order to use this feature along with a connection pool, we need to be able to pass a callable that returns a string as a password, rather than a string itself. This callable will need to be called each time the connection pool needs to create a new connection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions