Перейти к основному содержимому

StandardHashiCorpVaultClientService

Описание

Служба контроллера для взаимодействия с HashiCorp Vault.

Теги

hashicorp, vault, client

Свойства

НазваниеОписание
Configuration StrategySpecifies the source of the configuration properties.
Vault URIThe 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 AuthenticationVault 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 ServiceThe 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 FilesA 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 TimeoutThe connection timeout for the HashiCorp Vault client
Read TimeoutThe read timeout for the HashiCorp Vault client