From 216450609d0bd45d89502ff8166076d224dd9c87 Mon Sep 17 00:00:00 2001 From: Dani del Valle Date: Thu, 9 Feb 2023 10:17:31 +0100 Subject: [PATCH] Set proper env vars for airbyte-username and airbyte-password --- octavia-cli/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/octavia-cli/README.md b/octavia-cli/README.md index a411f99d32fbd..4fde4a293921f 100644 --- a/octavia-cli/README.md +++ b/octavia-cli/README.md @@ -138,10 +138,10 @@ docker compose run octavia-cli ` ### `octavia` command flags | **Flag** | **Description** | **Env Variable** | **Default** | -| ---------------------------------------- | --------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------ | +| ---------------------------------------- | --------------------------------------------------------------------------------- |----------------------------| ------------------------------------------------------ | | `--airbyte-url` | Airbyte instance URL. | `AIRBYTE_URL` | `http://localhost:8000` | -| `--airbyte-username` | Airbyte instance username (basic auth). | `AIRBYTE_URL` | `airbyte` | -| `--airbyte-password` | Airbyte instance password (basic auth). | `AIRBYTE_URL` | `password` | +| `--airbyte-username` | Airbyte instance username (basic auth). | `AIRBYTE_USERNAME` | `airbyte` | +| `--airbyte-password` | Airbyte instance password (basic auth). | `AIRBYTE_PASSWORD` | `password` | | `--workspace-id` | Airbyte workspace id. | `AIRBYTE_WORKSPACE_ID` | The first workspace id found on your Airbyte instance. | | `--enable-telemetry/--disable-telemetry` | Enable or disable the sending of telemetry data. | `OCTAVIA_ENABLE_TELEMETRY` | True | | `--api-http-header` | HTTP Header value pairs passed while calling Airbyte's API | None | None |