Skip to content

Commit 3a93812

Browse files
Merge pull request #182 from markussammallahti/kv-v2-mount-type
Add kv-v2 mount type
2 parents eafa977 + 50cf97b commit 3a93812

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/bettercloud/vault/api/mounts/MountType.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ public enum MountType {
1717

1818
KEY_VALUE("kv"),
1919

20+
KEY_VALUE_V2("kv-v2"),
21+
2022
IDENTITY("identity"),
2123

2224
NOMAD("nomad"),

0 commit comments

Comments
 (0)