-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Make publish command work with private repos by adding JWT into curl headers #13141
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
Conversation
/publish connector=connectors/destination-snowflake
|
/publish connector=connectors/destination-snowflake run-tests=false
|
…hq/airbyte into noah/publish-docker-repo
/publish connector=connectors/destination-snowflake run-tests=false
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
What private connector images do we have? I thought we don't have one anymore after Databricks has been made public.
I just manually made one called |
…headers (airbytehq#13141) * Make publish command work with private repos by adding in JWT token to headers for curl Co-authored-by: Octavia Squidington III <[email protected]>
What
Make private docker images work in the publish command by getting a docker token back and adding it into the curl command. The docker login command that runs in the GHA beforehand doesnt seem to provide the auth needed.
Here's logs showing this worked on an image I created manually to test this out
Ran here: https://github.com/airbytehq/airbyte/actions/runs/2379418746
Closes #12584
How
Describe the solution