-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add git ssh auth support #197
Labels
enhancement
New feature or request
Comments
If you'd like a monstrously terrible hack workaround:
|
@glennpratt Thanks, but still no luck to me using
|
That sounds like #304 which is fixed but not yet released. Restarting the deployment or deleting the pod would help if that is the issue. |
Up! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem are you facing?
Some environments rely on gith ssh based auth for private repositories instead of the currently supported token one.
The Upbound provider-terraform shares this problem as described here.
How could Crossplane help solve your problem?
Extend the current code around credentials setup with ssh support.
This code is similar to the code in provider-terraform around credentials setup.
The text was updated successfully, but these errors were encountered: