Merge pull request #6251 from paulftw/patch-1

[Documentation] Update secrets-engines.html.md
This commit is contained in:
Becca Petrin 2019-02-28 10:09:29 -08:00 committed by GitHub
commit dbe09bc3bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.