File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ This Change
1515-----------
1616This change generalizes the vault Java driver to allow prefix paths to
1717contain multiple path elements. That is, instead of restricting v2 paths
18- to be v1 /* something* /data/* anything* /* else* (e.g., for a read or write),
19- paths can be v1 /* my* /* long* /* prefix* /* path* /data/* anything* /* else* .
18+ to be ** v1 ** /* something* /** data** /* anything* /* else* (e.g., for a read or write),
19+ paths can be ** v1 ** /* my* /* long* /* prefix* /* path* /** data** /* anything* /* else* .
2020The length of the prefix path in path elements, or the prefix path itself
2121(from which the length in path elements can be derived) is passed in the
2222VaultConfig build sequence. This allows Vault administrators greater
2323flexibility in configuring the system.
2424
25- The default behavior is to use a prefix path length of one, which makes
26- the library's behavior backwards-compatible with v5.0.0.
25+ The default is a prefix path length of one, which makes the library's
26+ behavior backwards-compatible with v5.0.0.
2727
2828Table of Contents
2929-----------------
You can’t perform that action at this time.
0 commit comments