Skip to content

Commit

Permalink
Update path_config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ash <[email protected]>
  • Loading branch information
thyton and benashz authored Mar 26, 2024
1 parent 698a21b commit 6b84d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func pathConfig(b *kubeAuthBackend) *framework.Path {
"kubernetes_ca_cert": {
Type: framework.TypeString,
Description: `Optional PEM encoded CA cert for use by the TLS client used to talk with the API.
If it is not set and disable_local_ca_jwt is true, the system's trust store will be used.`,
If it is not set and disable_local_ca_jwt is true, the system's trusted CA certificate pool will be used.`,
DisplayAttrs: &framework.DisplayAttributes{
Name: "Kubernetes CA Certificate",
},
Expand Down

0 comments on commit 6b84d97

Please sign in to comment.