I get a 401 when trying to connect to the Airbyte api #55730
Unanswered
AHulshoff
asked this question in
Platform API Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed Airbyte OSS on my kubernetes cluster with the official helm chart version 1.6.5 by using the following values.yaml:
After the installation, I can log in and build connections. Then I wanted to integrate this with OpenMetadata. For that I need the API. This didn't work. So I tried it with
curl
on the command line with the following commands:With the client_ and secret_id retrieved from the webapplication at Settings->Applications, where the
Default User Application
is available. I am not sure if the default has enough rights, but I cannot see how to make a new entry. Anyway, the above commands gave me the following results (in the order of execution):As you can see, I do get an access token back. But as soon as provide that to api that I want to use, I get a 401 (unauthorized) back. When I decode the token, it looks a bit strange to me. However this can be by design.
Is there something I have missed. So far I couldn't find anything about this. Nor am I sure if it is a permission issue or a installation/configuration issue. I am not too experienced with Airbyte either. Just trying to figure out how it works. Pretty much everything else I got to work, but this one puzzles me.
Beta Was this translation helpful? Give feedback.
All reactions