mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-20 18:21:09 +01:00
Fix K8s secrets docs typo (#15695)
This commit is contained in:
parent
e762bb2de3
commit
4a8b5d909e
@ -21,7 +21,7 @@ and [Kubernetes RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rb
|
|||||||
documentation.
|
documentation.
|
||||||
|
|
||||||
~> **Note:** We do not recommend using tokens created by the Kubernetes Secrets Engine to
|
~> **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.
|
generate many unique identities in Vault that will be hard to manage.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
@ -340,4 +340,4 @@ service_account_token eyJHbGci0iJSUzI1Ni...
|
|||||||
## API
|
## API
|
||||||
|
|
||||||
The Kubernetes Secrets Engine has a full HTTP API. Please see the
|
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…
x
Reference in New Issue
Block a user