CredentialsProvider
implementation that can provide
the appropriate credentials to connect to an AWS CodeCommit repository.BeanFactoryPostProcessor
to register EnvironmentRepository
BeanDefinition
s based on the
composite list configuration.EnvironmentRepository
composed of multiple ordered EnvironmentRepository
s.CompositeEnvironmentRepository
.spring.cloud.config.enabled
is
explicitly "true".EnvironmentRepository
.EnvironmentRepository
that can decrypt the properties if an
EnvironmentEncryptor
is provided.ResourceRepository
backed by a SearchPathLocator
.CredentialsProvider
that will ignore any SSL validation errors that occur.HostKeyAlgoSupported
and Validated
will have the constraints applied.MultipleJGitEnvironmentProperties
bean for the constraints:
- If host key algo is supported
Beans annotated with HostKeyAlgoSupported
and Validated
will have the constraints applied.HostKeyAndAlgoBothExist
and Validated
will have the constraints applied.MultipleJGitEnvironmentProperties
bean for the constraints:
- If host key is set then host key algo must also be set
- If host key algo is set then host key must also be set
Beans annotated with HostKeyAndAlgoBothExist
and Validated
will have the constraints applied.EnvironmentRepository
that picks up data from a relational database.EnvironmentRepository
backed by a single git repository.TextEncryptorLocator
that pulls RSA key pairs out of a keystore.KnownHostsFileIsValid
and Validated
will have the constraints applied.MultipleJGitEnvironmentProperties
bean for the constraints:
- Verifies that known hosts file existsEnvironmentRepository
that based on one or more git repositories.EnvironmentRepository
that uses a SpringApplication
and configuration files located through the normal protocols.EnvironmentRepository
that just reflects an existing
Spring Environment.PrivateKeyValidator
and Validated
will have the constraints applied.MultipleJGitEnvironmentProperties
bean for the constraints:
- Private key is present and can be correctly parsed using KeyPair
Beans annotated with PrivateKeyValidator
and Validated
will have the constraints applied.MultipleJGitEnvironmentProperties
CompositeEnvironmentRepository
which implements SearchPathLocator
.SearchPathCompositeEnvironmentRepository
.EnvironmentRepository
.VaultKvAccessStrategy
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.