Fix K8s secrets docs typo (#15695)
This commit is contained in:
parent
69296e9edf
commit
c9a0fdb4ff
|
@ -21,7 +21,7 @@ and [Kubernetes RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rb
|
|||
documentation.
|
||||
|
||||
~> **Note:** We do not recommend using tokens created by the Kubernetes Secrets Engine to
|
||||
authenticate with the [Vault Kuberenetes Auth Method](/docs/auth/kubernetes). This will
|
||||
authenticate with the [Vault Kubernetes Auth Method](/docs/auth/kubernetes). This will
|
||||
generate many unique identities in Vault that will be hard to manage.
|
||||
|
||||
## Setup
|
||||
|
@ -340,4 +340,4 @@ service_account_token eyJHbGci0iJSUzI1Ni...
|
|||
## API
|
||||
|
||||
The Kubernetes Secrets Engine has a full HTTP API. Please see the
|
||||
[Kubernetes Secrets Engine API docs](/api-docs/secret/kubernetes) for more details.
|
||||
[Kubernetes Secrets Engine API docs](/api-docs/secret/kubernetes) for more details.
|
||||
|
|
Loading…
Reference in New Issue