Skip to content

Commit ba458ac

Browse files
committed
Add certificateAuthority in structured authn docs
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent caaaefb commit ba458ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,10 @@ kind: AuthenticationConfiguration
356356
jwt:
357357
- issuer:
358358
url: https://example.com # Same as --oidc-issuer-url.
359+
# PEM encoded CA certificates used to validate the connection when fetching
360+
# discovery information. If not set, the system verifier will be used.
361+
# Same value as the content of the file referenced by the --oidc-ca-file flag.
362+
certificateAuthority: <PEM encoded CA certificates>
359363
audiences:
360364
- my-app # Same as --oidc-client-id.
361365
# rules applied to validate token claims to authenticate users.

0 commit comments

Comments
 (0)