Summary
User is facing issues accessing Airbyte API after deploying Airbyte on K8s using helm chart. They are able to access the web app but encountering errors when trying to make API calls.
Question
Issue: Can’t use Airbyte API
I’ve deployed Airbyte on K8s using helm chart, version 0.49.6.
I have an ingress to the webapp and the url is “airbyte.prod.tech”. Im able to access the source through web but couldnt use the API calls like described here: https://reference.airbyte.com/reference/start
For example, I’ve tried to auth using this shell command:
GET '<https://airbyte.prod.tech/v1/connections/>' \
--header 'Authorization: Basic YWlyYnl0ZTpwYXNzd29yZA=='```
Im getting an HTML script:
```<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#000000">
<meta
name="description"
content="Airbyte is the turnkey open-source data integration platform that syncs data from applications, APIs and databases to warehouses."
>
<meta name="airbyte:sec-token" content="c82db11b-64df-413d-aba8-ee66b99c046f">
<meta name="airbyte:version" content="0.50.33">```
I've also tried to reach the url with python post requets but gets "Object not found".
Pleaseeee HELP ME!
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1716978156236749) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["airbyte-api", "kubernetes", "helm-chart", "ingress", "curl", "python-requests"]
</sub>