mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-01 07:31:32 +01:00
append slash to consul path in doc (#15260)
Co-authored-by: Chulki Lee <chulki.lee@gmail.com>
This commit is contained in:
parent
7d9ee7558c
commit
1915ca0334
@ -60,7 +60,7 @@ storage_source "mysql" {
|
|||||||
|
|
||||||
storage_destination "consul" {
|
storage_destination "consul" {
|
||||||
address = "127.0.0.1:8500"
|
address = "127.0.0.1:8500"
|
||||||
path = "vault"
|
path = "vault/"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@ An example configuration is shown below:
|
|||||||
```javascript
|
```javascript
|
||||||
storage "consul" {
|
storage "consul" {
|
||||||
address = "127.0.0.1:8500"
|
address = "127.0.0.1:8500"
|
||||||
path = "vault"
|
path = "vault/"
|
||||||
}
|
}
|
||||||
|
|
||||||
listener "tcp" {
|
listener "tcp" {
|
||||||
|
|||||||
@ -23,7 +23,7 @@ check.
|
|||||||
```hcl
|
```hcl
|
||||||
storage "consul" {
|
storage "consul" {
|
||||||
address = "127.0.0.1:8500"
|
address = "127.0.0.1:8500"
|
||||||
path = "vault"
|
path = "vault/"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -808,7 +808,7 @@ and consider if they're appropriate for your deployment.
|
|||||||
}
|
}
|
||||||
|
|
||||||
storage "consul" {
|
storage "consul" {
|
||||||
path = "vault"
|
path = "vault/"
|
||||||
address = "HOST_IP:8500"
|
address = "HOST_IP:8500"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@ -342,8 +342,8 @@ server:
|
|||||||
}
|
}
|
||||||
|
|
||||||
storage "consul" {
|
storage "consul" {
|
||||||
path = "vault"
|
|
||||||
address = "HOST_IP:8500"
|
address = "HOST_IP:8500"
|
||||||
|
path = "vault/"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user