Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Support RDS IAM Auth #179

@mightyguava

Description

@mightyguava

Feature Request

Is your feature request related to a problem? Please describe:
We use Aurora for most of our databases, and would strongly prefer avoiding using passwords for ad-hoc tasks like database dumps. Aurora supports RDS IAM Authentication. When we run dumpling, we usually create a new auth token, valid for 15 minutes, to use for auth. Since dumpling initializes its pool of connections on startup and keeps them around forever, this works.

However, if a connection is interrupted and dumpling retries #178, the auth token may no longer be valid.

Describe the feature you'd like:
Dumpling can be configured to generate an RDS auth token itself using provided IAM credentials, instead of needing one provided at startup. This way dumpling can regenerate the token on the retry.

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