Skip to content

Support per-url enterprise configuration #983

@mrmonday

Description

@mrmonday

Feature description

Enterprise configuration enables setting credentials using the windows registry for GCM.

GitLab support has settings which are per-url something like: credential.https://url.something.

Currently, enterprise configuration only supports settings in the form credential.something, not credential.https://url.something, which means for example, multiple gitlab instances cannot be configured at the enterprise level.

It looks like support for this is implemented here: https://github.com/GitCredentialManager/git-credential-manager/blob/9ecda7b84778f89de6356c9b3fa47a7587c5ab5f/src/shared/Core/Settings.cs#L420-L424 - it probably just needs a similar block slightly further up in that method.

Metadata

Metadata

Assignees

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