StandardHashiCorpVaultClientService
Описание
Служба контроллера для взаимодействия с HashiCorp Vault.
Теги
hashicorp, vault, client
Свойства
| Название | Описание |
|---|---|
| Configuration Strategy | Specifies the source of the configuration properties. |
| Vault URI | The URI of the HashiCorp Vault server (e.g., http://localhost:8200). Required if not specified in the Bootstrap HashiCorp Vault Configuration File. Поддерживает язык выражений: true (будет оцениваться только с использованием переменных среды)This Property is only considered if the [Configuration Strategy] Property has a value of "Direct Properties". |
| Vault Authentication | Vault authentication method, as described in the Spring Vault Environment Configuration documentation (https://docs.spring.io/spring-vault/docs/2.3.x/reference/html/#vault.core.environment-vault-configuration).This Property is only considered if the [Configuration Strategy] Property has a value of "Direct Properties". |
| SSL Context Service | The SSL Context Service used to provide client certificate information for TLS/SSL connections to the HashiCorp Vault server.This Property is only considered if the [Configuration Strategy] Property has a value of "Direct Properties". |
| Vault Properties Files | A comma-separated list of files containing HashiCorp Vault configuration properties, as described in the Spring Vault Environment Configuration documentation (https://docs.spring.io/spring-vault/docs/2.3.x/reference/html/#vault.core.environment-vault-configuration). All of the Spring property keys and authentication-specific property keys are supported.This property expects a comma-separated list of file resources.This Property is only considered if the [Configuration Strategy] Property has a value of "Properties Files". |
| Connection Timeout | The connection timeout for the HashiCorp Vault client |
| Read Timeout | The read timeout for the HashiCorp Vault client |