Skip to content

Commit 4f97ad7

Browse files
authored
Docs: set proper env vars for airbyte-username and airbyte-password (#22634)
1 parent e2100c4 commit 4f97ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

octavia-cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ docker compose run octavia-cli <command>`
138138
### `octavia` command flags
139139

140140
| **Flag** | **Description** | **Env Variable** | **Default** |
141-
| ---------------------------------------- | --------------------------------------------------------------------------------- | -------------------------- | ------------------------------------------------------ |
141+
| ---------------------------------------- | --------------------------------------------------------------------------------- |----------------------------| ------------------------------------------------------ |
142142
| `--airbyte-url` | Airbyte instance URL. | `AIRBYTE_URL` | `http://localhost:8000` |
143-
| `--airbyte-username` | Airbyte instance username (basic auth). | `AIRBYTE_URL` | `airbyte` |
144-
| `--airbyte-password` | Airbyte instance password (basic auth). | `AIRBYTE_URL` | `password` |
143+
| `--airbyte-username` | Airbyte instance username (basic auth). | `AIRBYTE_USERNAME` | `airbyte` |
144+
| `--airbyte-password` | Airbyte instance password (basic auth). | `AIRBYTE_PASSWORD` | `password` |
145145
| `--workspace-id` | Airbyte workspace id. | `AIRBYTE_WORKSPACE_ID` | The first workspace id found on your Airbyte instance. |
146146
| `--enable-telemetry/--disable-telemetry` | Enable or disable the sending of telemetry data. | `OCTAVIA_ENABLE_TELEMETRY` | True |
147147
| `--api-http-header` | HTTP Header value pairs passed while calling Airbyte's API | None | None |

0 commit comments

Comments
 (0)