vendir
vendir copied to clipboard
Introduce possibility for custom HTTP Headers in HTTP source
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.