vendir icon indicating copy to clipboard operation
vendir copied to clipboard

Introduce possibility for custom HTTP Headers in HTTP source

Open christopherfriedrich opened this issue 2 years ago • 0 comments

This PR introduces the possibility to add custom HTTP Headers to requests for fetching HTTP sources and thereby fixes #87.

The custom HTTP headers for the HTTP source can be provided via a new field httpHeadersSecretRef in the HTTP source spec. All key value pairs from that secret will be added as HTTP Header to the HTTP request to fetch the file from the HTTP source.

christopherfriedrich avatar Mar 29 '24 13:03 christopherfriedrich