1
0
mirror of synced 2026-01-01 09:02:59 -05:00
Files
airbyte/docs/archive/securing-airbyte.md
2022-09-09 15:10:34 -04:00

2.2 KiB

Securing Airbyte access

Reporting Vulnerabilities

⚠️ Please do not file GitHub issues or post on our public forum for security vulnerabilities as they are public! ⚠️

Airbyte takes security issues very seriously. If you have any concern around Airbyte or believe you have uncovered a vulnerability, please get in touch via the e-mail address security@airbyte.io. In the message, try to provide a description of the issue and ideally a way of reproducing it. The security team will get back to you as soon as possible.

Note that this security address should be used only for undisclosed vulnerabilities. Dealing with fixed issues or general questions on how to use the security features should be handled regularly via the user and the dev lists. Please report any security problems to us before disclosing it publicly.

Access control

Airbyte, in its open-source version, does not support RBAC to manage access to the UI.

However, multiple options exist for the operators to implement access control themselves.

To secure access to Airbyte you have three options:

  • Networking restrictions: deploy Airbyte in a private network or use a firewall to filter which IP is allowed to access your host.
  • Put Airbyte behind a reverse proxy and handle the access control on the reverse proxy side.
  • If you deployed Airbyte on a cloud provider:

Non exhaustive online resources list to set up auth on your reverse proxy: