-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Feature request: support .netrc
for https credentials
#894
Comments
.netrc
for https credentials.netrc
for https credentials
You can set ssh to access the private repos. Then you won't see the username prompts. |
The problem is that the repo is quite huge, e.g. giga bytes mono repository. It seems git+ssh does not support partial clone well. I'm pulling the source from some repository browse plugin like gitiles which provides https access only. |
It seems plain tarball url is not supported at all, only GitHub, Azure repo and AWS code commit repo is supported. Is that so? https://github.com/kubernetes-sigs/kustomize/blob/master/pkg/loader/fileloader.go#L54
cc @monopole who seems to be the owner of git related code. |
Suppressed by #923 |
HTTP credentials may be required for some private repository. It would be nice to support
.netrc
to provide them, just like the way terraform remote module does.For example
I would expect it loads the credential from
~/.netrc
The text was updated successfully, but these errors were encountered: