Skip to content

Commit 6df984a

Browse files
authored
doc: correct field name in example config (#3574)
1 parent 859b66f commit 6df984a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

security/v1beta1/request_authentication.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/request_authentication.pb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/request_authentication.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ message JWTRule {
433433
// For example, if config is:
434434
//
435435
// ``` yaml
436-
// from_cookies:
436+
// fromCookies:
437437
// - auth-token
438438
// ```
439439
// Then JWT will be extracted from `auth-token` cookie in the request.

0 commit comments

Comments
 (0)