Open GKTheOne opened 5 months ago
Airbyte API
We have Airbyte in a Kubernetes cluster, exposed via ingress. Slack notifications use the AIRBYTE_URL in their links. ie, "https://airbyte.our.domain" The Airbyte API is using the pod dns name (and port) in the previous/next paging links. ie, /sources returns a next of "http://airbyte-airbyte-server-svc:8001/api/public/v1/sources?includedDeleted=false&limit=20&offset=20" To not break API clients, I would like it to use the AIRBYTE_URL value instead.
/sources
next
Thanks @GKTheOne I added this to the team backlog.
Topic
Airbyte API
Relevant information
We have Airbyte in a Kubernetes cluster, exposed via ingress. Slack notifications use the AIRBYTE_URL in their links. ie, "https://airbyte.our.domain" The Airbyte API is using the pod dns name (and port) in the previous/next paging links. ie,
/sources
returns anext
of "http://airbyte-airbyte-server-svc:8001/api/public/v1/sources?includedDeleted=false&limit=20&offset=20" To not break API clients, I would like it to use the AIRBYTE_URL value instead.