Anthony Smart
06/20/2023, 4:02 PMoctavia apply -f <file> I notice that no authentication is required. Does this mean the Web UI username / password is only on the Web App side and that there's no API authentication? That would allow anybody to modify the connections on the Airbyte instance.kapa.ai
06/20/2023, 4:02 PMkapa.ai
06/20/2023, 4:03 PMAIRBYTE_USERNAME and AIRBYTE_PASSWORD environment variables in the .octavia file. This means that there is indeed API authentication, and not just anyone can modify the connections on the Airbyte instance. Here's an example of how to add the authentication variables to the .octavia file: OCTAVIA_ENABLE_TELEMETRY=True AIRBYTE_USERNAME=airbyte AIRBYTE_PASSWORD=password (Source: [Version control Airbyte configurations with Octavia CLI](https://airbyte.com/tutorials/version-control-airbyte-configurations))Anthony Smart
06/20/2023, 4:04 PMAnthony Smart
06/20/2023, 4:05 PMAnthony Smart
06/20/2023, 4:06 PM