Skip to content

Commit 0b36770

Browse files
authored
docs: clarifying how the prefix works for vault secret storage (#48701)
1 parent 42f3c92 commit 0b36770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operator-guides/configuring-airbyte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following variables are relevant to both Docker and Kubernetes.
5252
2. `SECRET_STORE_GCP_PROJECT_ID` - Defines the GCP Project to store secrets in. Alpha support.
5353
3. `SECRET_STORE_GCP_CREDENTIALS` - Defines the JSON credentials used to read/write Airbyte Configuration to Google Secret Manager. These credentials must have Secret Manager Read/Write access. Alpha support.
5454
4. `VAULT_ADDRESS` - Defines the vault address to read/write Airbyte Configuration to Hashicorp Vault. Alpha Support.
55-
5. `VAULT_PREFIX` - Defines the vault path prefix. Empty by default. Alpha Support.
55+
5. `VAULT_PREFIX` - Defines the vault path prefix. Should follow the format `<engine>/<directory>/`, for example `kv/airbyte/` or `secret/airbyte/`. Empty by default. Alpha Support.
5656
6. `VAULT_AUTH_TOKEN` - The token used for vault authentication. Alpha Support.
5757
7. `VAULT_AUTH_METHOD` - How vault will preform authentication. Currently, only supports Token auth. Defaults to token. Alpha Support.
5858
8. `AWS_ACCESS_KEY` - Defines the aws_access_key_id from the AWS credentials to use for AWS Secret Manager.

0 commit comments

Comments
 (0)