Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API key is not recognized for airbyte #754

Open
Rahulborserb opened this issue Nov 1, 2022 · 5 comments
Open

API key is not recognized for airbyte #754

Rahulborserb opened this issue Nov 1, 2022 · 5 comments

Comments

@Rahulborserb
Copy link

Rahulborserb commented Nov 1, 2022

I created customer io source and also generated app api key from customer io account settings. I am able to access customer io apis from postman using that api key but when I am trying to create a new source using the same api key It is not allowing. Please find attached screenshot.
Can you please check and let me know what needs be done on this.

image

image (1)

image3

@tovbinm
Copy link
Contributor

tovbinm commented Nov 1, 2022

Can you try invoking the source without Airbyte server using the local CLI? e.g.

./airbyte-local.sh \
   --src 'farosai/airbyte-customer-io-source' \
   --src.app_api_key '<token>' \
   --src.cutoff_days 90 \
   --src-only \
   --check-connection

Also, one of your screenshots contains the API token - please rotate it.

@Rahulborserb
Copy link
Author

Rahulborserb commented Nov 2, 2022

Hi @tovbinm , App api key is used in bearer token while accessing api as per the customerIO api documentation. My question is same api key we need to provide to airbyte correct? or anything I am doing is wrong?

@tovbinm
Copy link
Contributor

tovbinm commented Nov 2, 2022

Yes, this is the one.

@Rahulborserb
Copy link
Author

Hi @tovbinm , I have tried below in local but nothing is happening. I have also updated the airbyte code but still it is not recognizing the app api key.

image

Can someone verify if it is a known issue and why it is not working for airbyte ui.

@Rahulborserb
Copy link
Author

Hi @tovbinm any update on above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants