private Credentials credentials;
private boolean storeEnabled;
public ConfigCredentialsStore() {
config = new VaultAuthConfig();
try {
config.load();
} catch (IOException e) {
log.error("Error while loading auth configuration: {} ", e.toString());
} catch (ConfigurationException e) {