Skip to content

Commit

Permalink
Merge pull request #46402 from enj/patch-3
Browse files Browse the repository at this point in the history
Fix CA in authentication example
  • Loading branch information
k8s-ci-robot committed May 16, 2024
2 parents 0b1f852 + 9e6ae2b commit 6742e9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jwt:
url: https://issuer.example.com
audiences:
- example-client-id
certificateAuthority: <value is the content of file /path/to/ca.pem>
certificateAuthority: <value is the content of file /path/to/ca.pem>
claimMappings:
username:
claim: username
Expand Down

0 comments on commit 6742e9c

Please sign in to comment.