Skip to content

Reusable database credential profiles #2853

Description

@maheshrijal

Problem

Currently my workflow requires me to connect to multiple databases with same credentials. Duplicating a connection copies the password, so changing it later requires updating each connection separately.

Proposed solution

Workflow:

  • Create a named credential profile, with the password stored in Keychain.
  • Select that profile when creating or editing a connection.
  • Update the profile once; all linked connections use the updated credentials on their next connection.

Could follow reusable SSH profiles pattern implemented in #381.

Alternatives considered

No response

Related database type

N/A / General

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions