Skip to content

Commit

Permalink
Clarify username/pass only working in docker compose (#30452)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored Sep 14, 2023
1 parent b39e3d5 commit 65eb88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-guides/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65eb88a

Please sign in to comment.