You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| AVP_TYPE | The type of Vault backend | Supported values: `vault`, `ibmsecretsmanager`, `awssecretsmanager`, `gcpsecretmanager`, `yandexcloudlockbox` and `1passwordconnect` |
77
77
| AVP_KV_VERSION | The vault secret engine | Supported values: `1`and `2` (defaults to 2). KV_VERSION will be ignored if the `avp.kubernetes.io/kv-version` annotation is present in a YAML resource. |
78
-
| AVP_AUTH_TYPE | The type of authentication | Supported values: vault: `approle, github, k8s, token`. Only honored for `AVP_TYPE` of `vault` |
78
+
| AVP_AUTH_TYPE | The type of authentication | Supported values: vault: `approle, github, k8s, token, certificate`. Only honored for `AVP_TYPE` of `vault` |
79
79
| AVP_GITHUB_TOKEN | Github token | Required with `AUTH_TYPE` of `github` |
80
80
| AVP_ROLE_ID | Vault AppRole Role_ID | Required with `AUTH_TYPE` of `approle` |
81
81
| AVP_SECRET_ID | Vault AppRole Secret_ID | Required with `AUTH_TYPE` of `approle` |
@@ -90,7 +90,8 @@ We also support these AVP specific variables:
90
90
| AVP_YCL_KEY_ID | Yandex Cloud Lockbox service account Key ID | Required with `TYPE` of `yandexcloudlockbox` |
91
91
| AVP_YCL_PRIVATE_KEY | Yandex Cloud Lockbox service account private key | Required with `TYPE` of `yandexcloudlockbox` |
92
92
| AVP_PATH_VALIDATION | Regular Expression to validate the Vault path | Optional. Can be used for e.g. to prevent path traversals. |
93
-
93
+
| AVP_CERT | Your Vault client certificate | Required with `AUTH_TYPE`of `certificate` |
94
+
| AVP_KEY | Your Vault client key | Required with `AUTH_TYPE`of `certificate` |
94
95
### Full List of Supported Annotation
95
96
96
97
We support several different annotations that can be used inside a kubernetes resource. These annotations will override any corresponding configuration set via Environment Variable or Configuration File.
0 commit comments