Merge pull request #45811 from aramase/aramase/d/kep_3331_add_ca_in_docs

Add certificateAuthority in structured authn docs
pull/45814/head
Kubernetes Prow Robot 2024-04-09 17:19:40 -07:00 committed by GitHub
commit 262c351229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -356,6 +356,10 @@ kind: AuthenticationConfiguration
jwt:
- issuer:
url: https://example.com # Same as --oidc-issuer-url.
# PEM encoded CA certificates used to validate the connection when fetching
# discovery information. If not set, the system verifier will be used.
# Same value as the content of the file referenced by the --oidc-ca-file flag.
certificateAuthority: <PEM encoded CA certificates>
audiences:
- my-app # Same as --oidc-client-id.
# rules applied to validate token claims to authenticate users.