public interface VaultConfigOperations
VaultConfigTemplate.VaultConfigTemplate,
Secrets| Modifier and Type | Method and Description |
|---|---|
org.springframework.vault.core.VaultOperations |
getVaultOperations() |
Secrets |
read(SecretBackendMetadata secretBackendMetadata)
Read secrets from a secret backend encapsulated within a
SecretBackendMetadata. |
@Nullable Secrets read(SecretBackendMetadata secretBackendMetadata)
SecretBackendMetadata. Reading data using this method is suitable for
secret backends that do not require a request body.secretBackendMetadata - must not be null.IllegalStateException - if VaultProperties.failFast is enabled.org.springframework.vault.core.VaultOperations getVaultOperations()
VaultOperations.Copyright © 2022 Pivotal Software, Inc.. All rights reserved.