VaultReactiveAutoConfiguration
through
@EnableAutoConfiguration
.@Deprecated @ConditionalOnProperty(name="spring.cloud.vault.enabled", matchIfMissing=true) @ConditionalOnExpression(value="${spring.cloud.vault.reactive.enabled:true}") @ConditionalOnClass(value={reactor.core.publisher.Flux.class,org.springframework.web.reactive.function.client.WebClient.class,org.springframework.vault.core.ReactiveVaultOperations.class,reactor.netty.http.client.HttpClient.class}) @EnableConfigurationProperties(value=VaultProperties.class) public class VaultReactiveBootstrapConfiguration extends VaultReactiveAutoConfiguration
Bootstrap-configuration
for reactive Spring Vault
support.
This auto-configuration only supports static endpoints without
VaultEndpointProvider
support as endpoint
providers could be potentially blocking implementations.
VaultReactiveAutoConfiguration.ClientHttpConnectorWrapper
Constructor and Description |
---|
VaultReactiveBootstrapConfiguration(VaultProperties vaultProperties,
org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.ReactiveVaultEndpointProvider> reactiveEndpointProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.VaultEndpointProvider> endpointProvider,
org.springframework.beans.factory.ObjectProvider<List<org.springframework.vault.client.WebClientCustomizer>> webClientCustomizers)
Deprecated.
|
afterPropertiesSet, clientHttpConnectorWrapper, createConnector, getClientHttpConnector, reactiveVaultSessionManager, reactiveVaultTemplate, vaultSessionManager, vaultTokenSupplier, vaultWebClientFactory, webClientBuilder
public VaultReactiveBootstrapConfiguration(VaultProperties vaultProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.ReactiveVaultEndpointProvider> reactiveEndpointProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.vault.client.VaultEndpointProvider> endpointProvider, org.springframework.beans.factory.ObjectProvider<List<org.springframework.vault.client.WebClientCustomizer>> webClientCustomizers)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.