mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 22:21:30 +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" {
|
||||
address = "127.0.0.1:8500"
|
||||
path = "vault"
|
||||
path = "vault/"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ An example configuration is shown below:
|
||||
```javascript
|
||||
storage "consul" {
|
||||
address = "127.0.0.1:8500"
|
||||
path = "vault"
|
||||
path = "vault/"
|
||||
}
|
||||
|
||||
listener "tcp" {
|
||||
|
||||
@ -23,7 +23,7 @@ check.
|
||||
```hcl
|
||||
storage "consul" {
|
||||
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" {
|
||||
path = "vault"
|
||||
path = "vault/"
|
||||
address = "HOST_IP:8500"
|
||||
}
|
||||
```
|
||||
|
||||
@ -342,8 +342,8 @@ server:
|
||||
}
|
||||
|
||||
storage "consul" {
|
||||
path = "vault"
|
||||
address = "HOST_IP:8500"
|
||||
path = "vault/"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user