Skip to content

Commit

Permalink
worker: log proxy setting
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap authored and croissanne committed Nov 18, 2024
1 parent 86f9033 commit 03e74e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/osbuild-worker/jobimpl-ostree-resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func (impl *OSTreeResolveJobImpl) Run(job worker.Job) error {
if match, err := impl.CompareBaseURL(s.URL); match && err == nil {
if impl.RepositoryMTLSConfig.Proxy != nil {
reqParams.Proxy = impl.RepositoryMTLSConfig.Proxy.String()
logWithId.Infof("Using proxy for OSTree resolving: %s", reqParams.Proxy)
}
reqParams.MTLS = &ostree.MTLS{
CA: impl.RepositoryMTLSConfig.CA,
Expand Down

0 comments on commit 03e74e7

Please sign in to comment.