1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Documentation: fix typo in configuring Airbyte (SECRET_PERSISTENCE) (#9848)

This commit is contained in:
Augustin
2022-01-28 09:29:45 +01:00
committed by GitHub
parent cb69017ec8
commit f3fa7ad92b

View File

@@ -46,7 +46,7 @@ The following variables are relevant to both Docker and Kubernetes.
#### Secrets
1. `SECRET_STORE_GCP_PROJECT_ID` - Defines the GCP Project to store secrets in. Alpha support.
2. `SECRET_STORE_GCP_CREDENTIALS` - Define the JSON credentials used to read/write Airbyte Configuration to Google Secret Manager. These credentials must have Secret Manager Read/Write access. Alpha support.
3. `SECRET_PERSISTENCE_TYPE` - Defines the Secret Persistence type. Defaults to NONE. Set to GOOGLE_SECRET_MANAGER to use Google Secret Manager. Set to TESTING_CONFIG_DB_TABLE to use the database as a test. Alpha support. Undefined behavior will result if this is turned on and then off.
3. `SECRET_PERSISTENCE` - Defines the Secret Persistence type. Defaults to NONE. Set to GOOGLE_SECRET_MANAGER to use Google Secret Manager. Set to TESTING_CONFIG_DB_TABLE to use the database as a test. Alpha support. Undefined behavior will result if this is turned on and then off.
#### Database
1. `DATABASE_USER` - Define the Jobs Database user.