gtristan commented on PR #1895:
URL: https://github.com/apache/buildstream/pull/1895#issuecomment-1977969030
@nanonyme
> So where exactly is the intent that this secret should be passed?
Somewhere outside BuildStream YAML files?
The way the patch currently works:
* The `SourceMirror` implementation is allowed to pass extra data through a
return parameter via `Source.translate_url()` which the `Source` can see
* The `DownloadableFileSource` advertizes it's support for the
`auth-header-format` extra data, which it will use to construct an
authorization header in it's download `GET` request
* As documented by the `DownloadableFileSource`, the source of the
password itself will be retrieved from the `~/.netrc`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]