public class VaultUtils
extends Object
Utility class for HashiCorp Vault operations.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getSecretValueFromReadResponse
public static String getSecretValueFromReadResponse(org.springframework.vault.support.Versioned<Map<String,Object>> readResponse,
String key)