// Headers permits adding customs headers across the board
Headersmap[string]string`json:"headers" yaml:"headers" usage:"custom headers to the upstream request, key=value"`
// ResponseHeader is a map of response headers to add to the response
ResponseHeadersmap[string]string`json:"response-headers" yaml:"response-headers" usage:"custom headers to addt to the resposne key=value"`
ResponseHeadersmap[string]string`json:"response-headers" yaml:"response-headers" usage:"custom headers to added to the http response key=value"`
// EnableLogoutRedirect indicates we should redirect to the identity provider for logging out
EnableLogoutRedirectbool`json:"enable-logout-redirect" yaml:"enable-logout-redirect" usage:"indicates we should redirect to the identity provider for logging out"`