mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 09:51:16 -04:00
Merge pull request #6251 from paulftw/patch-1
[Documentation] Update secrets-engines.html.md
This commit is contained in:
commit
dbe09bc3bc
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ $ vault write foo/bar a=b
|
|||
* no handler for route 'foo/bar'
|
||||
```
|
||||
|
||||
The path prefix tells Vault which secrets engine to which it should route
|
||||
traffic. When a request comes to Vault, it matches the initial path part using a
|
||||
The path prefix tells Vault which secrets engine it should route
|
||||
traffic to. When a request comes to Vault, it matches the initial path part using a
|
||||
longest prefix match and then passes the request to the corresponding secrets
|
||||
engine enabled at that path.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue