Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing support for self-signed certificates (OSS) #555

Open
mateocolina opened this issue Dec 12, 2024 · 2 comments
Open

Missing support for self-signed certificates (OSS) #555

mateocolina opened this issue Dec 12, 2024 · 2 comments

Comments

@mateocolina
Copy link

Currently when using PyAirbyte and trying to connect to the Airbyte API hosted OSS and using self-signed certificates, the verification fails.

from airbyte.cloud.workspaces import CloudWorkspace
workspace = CloudWorkspace(
    workspace_id = "<uuid of workspace>",
    api_root = "https://airbyte.company.com/api/public/v1"
)

Solution: let pass path to CA cert or pass in custom requests.Session object (like in airbyte-api-python-sdk)

@aaronsteers
Copy link
Contributor

Hello, @mateocolina. Thanks for logging this. Is this something you would be interested in helping contribute? We'd be happy to support a PR if so.

Most of the relevant code is in the airbyte._util.api_util module, which is a wrapper around code in the airbyte-ai-python-sdk package.

@mateocolina
Copy link
Author

Hi @aaronsteers happy to contribute. Thanks for pointing out the component to be updated. I'll try working on it next week. Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants