You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get: Retrieves credentials. The payload provided as standard input to the credential helper will be a json object with a single key url containing the url (including the protocol) to get credentials for ({"url": "..."}).
Thanks, I've sent #328 to fix the example in the proposal.
More importantly, we need better user-facing documentation on how to write a credential helper - note that proposals only describe the initial design for a feature and are not supposed to be kept up to date as the implementation evolves, but in the case of credential helpers the documentation is lacking, so your expectation that the proposal should be up to date is reasonable.
tjgq
changed the title
designs/2022-06-07-bazel-credential-helpers.md says request has "url", but bazel uses "uri"
Publish a guide on how to write a credential helper
Jul 26, 2023
tjgq
changed the title
Publish a guide on how to write a credential helper
designs/2022-06-07-bazel-credential-helpers.md says request has "url", but bazel uses "uri"
Jul 26, 2023
https://github.com/bazelbuild/proposals/blob/main/designs/2022-06-07-bazel-credential-helpers.md
but
https://github.com/bazelbuild/bazel/blob/c00e8e623b717ecb734feeeb8f268af718b95683/src/main/java/com/google/devtools/build/lib/authandtls/credentialhelper/GetCredentialsRequest.java#L66
The text was updated successfully, but these errors were encountered: