1.4 KiB
1.4 KiB
Securing Airbyte access
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:
- GCP: use the Identidy-Aware proxy service
- AWS: use the AWS Systems Manager Session Manager service
Non exhaustive online resources list to set up auth on your reverse proxy: