Documentation ¶
Index ¶
Constants ¶
View Source
const ContextClaimsKey = "ContextClaimsKey"
ContextClaimsKey is the code used to register claims into context
View Source
const HttpUserIdHeader = "user-id"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type Endpoint struct { UpstreamPath string Secured bool OidcAudience string UpstreamPathPrefix string UpstreamURL string DownstreamPath string DownstreamPathPrefix string Methods []string HandlerType string HandlerConfig map[string]interface{} Filters map[string]interface{} }
Endpoint stores the gateway configuration for each routing and is passed around to all handlers and middleware
Click to show internal directories.
Click to hide internal directories.