CredentialsProvider implementation that can provide
the appropriate credentials to connect to an AWS CodeCommit repository.EnvironmentRepository composed of multiple ordered EnvironmentRepositorys.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.HostKeyAlgoSupported and Validated will have the constraints applied.SshUriProperties 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.SshUriProperties 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.SshUriProperties 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.SshUriProperties 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.CompositeEnvironmentRepository which implements SearchPathLocator.SearchPathCompositeEnvironmentRepository.EnvironmentRepository.SshUriPropertiesCopyright © 2018 Pivotal Software, Inc.. All rights reserved.