<#646 Feat: Add support for header options> Issue ...
# flyte-github
a
#646 Feat: Add support for header options Issue created by jsonporter Users have requested a feature that allows passing custom headers along with requests. To solve this we will create an optional env variable. The variable should support a string of
k:v
and delaminated with a
;
with the expectation that if this variable is set, whatever populates the variable is parsed and appended to the request headers. eg:
export ADMIN_REQUEST_HEADERS="Accept:'application/octet-stream'"
flyteorg/flyteconsole