windmill-api 1.683.2

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# VaultSettings

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | **String** | HashiCorp Vault server address (e.g., https://vault.company.com:8200) | 
**mount_path** | **String** | KV v2 secrets engine mount path (e.g., windmill) | 
**jwt_role** | Option<**String**> | Vault JWT auth role name for Windmill (optional, if not provided token auth is used) | [optional]
**namespace** | Option<**String**> | Vault Enterprise namespace (optional) | [optional]
**token** | Option<**String**> | Static Vault token for testing/development (optional, if provided this is used instead of JWT authentication) | [optional]
**skip_ssl_verify** | Option<**bool**> | Skip TLS certificate verification when connecting to Vault. Only use for self-signed certificates in development environments. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)