airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
16.04k stars 4.11k forks source link

[abctl] Problem install fails behind company proxy #46933

Open rpalm114 opened 2 weeks ago

rpalm114 commented 2 weeks ago

What happened?

Install failed, unable to pull helm-charts index.yaml. Seems to attempt a get request which is failing due to a lack of proxy authentication.

ERROR   Unable to configure airbyte Helm repository
ERROR   Unable to install Airbyte locally
ERROR   unable to install airbyte chart: unable to add airbyte chart repo: Get "https://airbytehq.github.io/helm-charts/index.yaml": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

What did you expect to happen?

Documentation for installing airbyte with abctl install local through a company proxy.

Abctl Version

```console $ abctl version version: v0.18.1 ```

Docker Version

```console $ docker version Client: Version: 27.0.3 API version: 1.46 Go version: go1.21.11 Git commit: 7d4bcd8 Built: Sat Jun 29 00:03:32 2024 OS/Arch: windows/amd64 Context: desktop-linux Server: Docker Desktop 4.32.0 (157355) Engine: Version: 27.0.3 API version: 1.46 (minimum version 1.24) Go version: go1.21.11 Git commit: 662f78c Built: Sat Jun 29 00:02:50 2024 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.7.18 GitCommit: ae71819c4f5e67bb4d5ae76a6b735f29cc25774e runc: Version: 1.7.18 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0 ```

OS Version

```console C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture BuildNumber Caption OSArchitecture Version 19045 Microsoft Windows 10 64-bit 10.0.19045 ```
Shadowfita commented 2 days ago

I'm having the same issue. Is there any workaround available?