BetterCloud / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://bettercloud.github.io/vault-java-driver/
335 stars 224 forks source link

Change the logic for mapping paths to engine versions #194

Closed craigday closed 4 years ago

craigday commented 4 years ago

Change the logic for mapping paths to engine versions to use path prefix instead of the absolute path match

steve-perkins commented 4 years ago

Hi @craigday, I've just merged this PR, but it is causing failures with two unit tests:

  1.  VaultTests.kvEngineMapIsHonored()
  2. VaultTests.testVaultWithoutKVEnginePathMap()
craigday commented 4 years ago

Sorry Steve,... I will have another look at it.