Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.3.0] Wire credential helper to repository fetching. #18429

Merged

Commits on May 19, 2023

  1. [6.3.0] Wire credential helper to repository fetching.

    After this change, credential helpers will be used when available to obtain
    credentials for repository fetching, taking precedence over the `auth`
    parameter to rctx.download and rctx.download_and_extract.
    
    Tests that need a credential helper are skipped on Windows for now, as
    otherwise the credential helper would have to be reimplemented in Batch
    or Powershell.
    
    Also improve the documentation for credential helper related flags.
    
    Fixes bazelbuild#15013.
    
    Closes bazelbuild#18173.
    
    PiperOrigin-RevId: 532454935
    Change-Id: Ia3be8c21e001a36160f3d1df858593f8fb846055
    tjgq committed May 19, 2023
    Configuration menu
    Copy the full SHA
    4a38a90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5669ca2 View commit details
    Browse the repository at this point in the history