hashicorp / go-secure-stdlib

Mozilla Public License 2.0
64 stars 24 forks source link

Add Custom Headers To Config Parser #49

Closed kheina closed 1 year ago

kheina commented 1 year ago

adds two additional configuration settings to the listener config section: custom_api_response_headers and custom_ui_response_headers

this update also adds WrapCustomHeadersHandler wrapper which includes all of the logic necessary to perform custom header injection automatically