-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
I'm not sure if I'm missing something here or not, but it seems like it'd make sense to be able to set provider aliases at the project level. Since these values end up hard-coded into the repo, it seems like their definition should exist in the same place.
I'm aware that I could write commands to imperatively setup these aliases for each user, but I see a few drawbacks to that approach:
- An extra setup step is required
- If a user is working on multiple projects, there could be namespace issues with vaults, etc.
- The value for the provider feels like a "magic string"
Ideally, it'd be great to have something like this:
[defaults]
provider = "onepassword://Account@Vault"OR, alternatively this:
[provider_aliases]
1p = "onepassword://Account@Vault"
[profile.default.defaults]
provider = "1p"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels