From 65eb88aee6428549177420c4dd50967aa5bf3f44 Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Thu, 14 Sep 2023 22:43:58 +0200 Subject: [PATCH] Clarify username/pass only working in docker compose (#30452) --- docs/operator-guides/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-guides/security.md b/docs/operator-guides/security.md index 2cd005c4cbe1..a887e8bd5b91 100644 --- a/docs/operator-guides/security.md +++ b/docs/operator-guides/security.md @@ -56,7 +56,7 @@ You can secure access to Airbyte using the following methods: } } ``` -- Change the default username and password in your environment's `.env` file: +- *Only for docker compose deployments:* Change the default username and password in your environment's `.env` file: ``` # Proxy Configuration # Set to empty values, e.g. "" to disable basic auth