allow multiple credential helpers for a single site #22933
Labels
team-Configurability
platforms, toolchains, cquery, select(), config transitions
type: feature request
untriaged
Description of the feature request:
I have two different sets of credentials for two different subdirectories of a site:
my.site.com/sub1 <- credentials A
my.site.com/sub2 <- credentials B
the credential helper works great for specifying one set of credentials, but is specified not to consider the subdirectory in the scope.
I would like to be able to do this:
But I get:
Which category does this issue belong to?
Configurability
What underlying problem are you trying to solve with this feature?
Connecting to websites such as github, typically different tokens can be assigned for different subdirectories on the main site.
Which operating system are you running Bazel on?
windows
What is the output of
bazel info release
?bazel 7.2.1
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: