Steven Wilber
11/14/2022, 10:10 AMhttpx.HTTPStatusError: Client error '401 Unauthorized' for url '<http://localhost:8000/api/v1/health/>'
But I can check that url and it works fine and returns:
{"available":true}
Any help is much appreciated. Thanks.Nate
11/14/2022, 3:24 PMBut I can check that url and it works fine and returns:
when you're able to do this, how are you doing it? I'm wondering if the correct hostname is being passed to{"available":true}
trigger_sync
Steven Wilber
11/14/2022, 3:57 PMNate
11/14/2022, 4:05 PMprefect-airbyte
that includes the user auth in the httpx client when we create itSteven Wilber
11/17/2022, 11:41 AMNate
11/17/2022, 3:44 PMprefect-airbyte==0.1.3
released yesterday (docs) which includes the addition of an AirbyteServer
block that can handle airbyte's new nginx auth setup
let us know if anything's not as expected!Steven Wilber
11/17/2022, 3:48 PMNate
11/17/2022, 3:50 PM