Forward Auth Middleware
Appears in
.Values.middlewares.$name.data
address
Define the address
Key | middlewares.$name.data.address |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | - |
Example
authResponseHeadersRegex
Define the authResponseHeadersRegex
Key | middlewares.$name.data.authResponseHeadersRegex |
Type | string |
Required | ✅ |
Helm tpl | ❌ |
Default | - |
Example
trustForwardHeader
Define the trustForwardHeader
Key | middlewares.$name.data.trustForwardHeader |
Type | bool |
Required | ✅ |
Helm tpl | ❌ |
Default | false |
Example
authResponseHeaders
Define the authResponseHeaders
Key | middlewares.$name.data.authResponseHeaders |
Type | list of string |
Required | ✅ |
Helm tpl | ❌ |
Default | [] |
Example
authRequestHeaders
Define the authRequestHeaders
Key | middlewares.$name.data.authRequestHeaders |
Type | list of string |
Required | ✅ |
Helm tpl | ❌ |
Default | [] |
Example
tls
Define the tls
Key | middlewares.$name.data.tls |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default | {} |
Example
tls.insecureSkipVerify
Define the tls.insecureSkipVerify
Key | middlewares.$name.data.tls.insecureSkipVerify |
Type | bool |
Required | ✅ |
Helm tpl | ❌ |
Default | false |
Example