## providers.vault.VaultConfig

<span id="hexkit.providers.vault.VaultConfig"></span>


Configuration parameters for connecting to a HashiCorp Vault server.


Usage

``` python
providers.vault.VaultConfig()
```


Inherit your config class from this class if your application uses Vault. At least one authentication method must be configured (AppRole or Kubernetes).


## Methods

| Name | Description |
|----|----|
| [validate_vault_ca()](#validate_vault_ca) | Check that the CA bundle can be read if it is specified. |

<span id="hexkit.providers.vault.VaultConfig.validate_vault_ca"></span>


#### validate_vault_ca()


Check that the CA bundle can be read if it is specified.


Usage

``` python
validate_vault_ca(value)
```
