Skip to content

Commit b2868fb

Browse files
update-k8s-reference-91e66bdae50eb8e49587fb15620d35fc5354f5ad (#2341)
Update content/docs/deploy/k8s from pomerium/ingress-controller@91e66bd. Co-authored-by: kenjenkins <51246568+kenjenkins@users.noreply.github.com>
1 parent 47892f7 commit b2868fb

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

content/docs/deploy/k8s/reference.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,17 @@ PomeriumSpec defines Pomerium-specific configuration parameters.
196196
</p>
197197
</td>
198198
</tr>
199+
<tr>
200+
<td>
201+
<p>
202+
<code>headersWithUnderscoresAction</code>&#160;&#160;
203+
<strong>string</strong>&#160;
204+
</p>
205+
<p>
206+
HeadersWithUnderscoresAction controls the behavior for a request with a header name containing an underscore character. The default behavior is reject_request.
207+
</p>
208+
</td>
209+
</tr>
199210
<tr>
200211
<td>
201212
<p>
@@ -252,6 +263,28 @@ PomeriumSpec defines Pomerium-specific configuration parameters.
252263
</p>
253264
</td>
254265
</tr>
266+
<tr>
267+
<td>
268+
<p>
269+
<code>mergeSlashes</code>&#160;&#160;
270+
<strong>boolean</strong>&#160;
271+
</p>
272+
<p>
273+
MergeSlashes controls whether adjacent slashes in the request URI path will be merged into one. Defaults to true.
274+
</p>
275+
</td>
276+
</tr>
277+
<tr>
278+
<td>
279+
<p>
280+
<code>normalizePath</code>&#160;&#160;
281+
<strong>boolean</strong>&#160;
282+
</p>
283+
<p>
284+
NormalizePath controls whether request URI paths will be normalized according to RFC 3986. Defaults to true.
285+
</p>
286+
</td>
287+
</tr>
255288
<tr>
256289
<td>
257290
<p>
@@ -275,6 +308,17 @@ PomeriumSpec defines Pomerium-specific configuration parameters.
275308
</p>
276309
</td>
277310
</tr>
311+
<tr>
312+
<td>
313+
<p>
314+
<code>pathWithEscapedSlashesAction</code>&#160;&#160;
315+
<strong>string</strong>&#160;
316+
</p>
317+
<p>
318+
PathWithEscapedSlashesAction controls the behavior for a request with an escaped slash or backslash character in the URI path. This operation will occur before path normalization and the merge slashes operation. The default behavior is reject_request.
319+
</p>
320+
</td>
321+
</tr>
278322
<tr>
279323
<td>
280324
<p>

0 commit comments

Comments
 (0)