@@ -23,14 +23,15 @@ Settings Required
23
23
24
24
Do not provide `USER ` and `PASSWORD `. Instead provide these settings:
25
25
26
- ============================ =========== ===========
27
- Setting Required Description
28
- ============================ =========== ===========
29
- `VAULT_ADDR ` Yes The HTTPS endpoint for Vault
30
- `VAULT_PATH ` Yes The path in Vault to the KV v2 secret storing the Informix credentials
31
- `VAULT_K8S_AUTH_MOUNT_POINT ` No The Vault mount point to use for Kubernetes authentication, default value: ``kubernetes ``
32
- `VAULT_K8S_JWT ` No The path to the JWT in a K8s container, default vault: ``/var/run/secrets/kubernetes.io/serviceaccount/token ``
33
- `VAULT_K8S_ROLE ` Conditional Provide the K8s role *if * using K8s JWT authentication to Vault
34
- `VAULT_KVV2_MOUNT_POINT ` No The Vault mount point to use for KVv2 secrets, default value: ``secret ``
35
- `VAULT_TOKEN ` Conditional Provide the token *if * using basic token authentication to Vault
36
- ============================ =========== ===========
26
+ =================================== =========== ===========
27
+ Setting Required Description
28
+ =================================== =========== ===========
29
+ `VAULT_ADDR ` Yes The HTTPS endpoint for Vault
30
+ `VAULT_PATH ` Yes The path in Vault to the KV v2 secret storing the Informix credentials
31
+ `VAULT_K8S_AUTH_MOUNT_POINT ` No The Vault mount point to use for Kubernetes authentication, default value: ``kubernetes ``
32
+ `VAULT_K8S_JWT ` No The path to the JWT in a K8s container, default value: ``/var/run/secrets/kubernetes.io/serviceaccount/token ``
33
+ `VAULT_K8S_ROLE ` Conditional Provide the K8s role *if * using K8s JWT authentication to Vault
34
+ `VAULT_KVV2_MOUNT_POINT ` No The Vault mount point to use for KVv2 secrets, default value: ``secret ``
35
+ `VAULT_TOKEN ` Conditional Provide the token *if * using basic token authentication to Vault
36
+ `VAULT_MAXIMUM_CREDENTIAL_LIFETIME ` No Time interval (seconds) to force retrieving credentials from Vault, default value: ``3600 ``
37
+ =================================== =========== ===========
0 commit comments