-
Notifications
You must be signed in to change notification settings - Fork 66
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
Document that private Go modules need .netrc #214
Conversation
🚀 Preview is available at https://pr-214--konflux-docs.netlify.app |
1 similar comment
🚀 Preview is available at https://pr-214--konflux-docs.netlify.app |
docs/modules/ROOT/pages/how-tos/configuring/prefetching-dependencies.adoc
Show resolved
Hide resolved
The procedure for creating netrc secrets will be relevant for Go as well Signed-off-by: Adam Cmiel <[email protected]>
Signed-off-by: Adam Cmiel <[email protected]>
🚀 Preview is available at https://pr-214--konflux-docs.netlify.app |
1 similar comment
🚀 Preview is available at https://pr-214--konflux-docs.netlify.app |
The goal is to have a location listing notable secrets, but leave the documentation of those secrets in their more specialized documents. Signed-off-by: Adam Cmiel <[email protected]>
🚀 Preview is available at https://pr-214--konflux-docs.netlify.app |
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.
Thanks for this!
A user recently encountered issues with prefetching Go modules from private repos. We figured out that this requires
.netrc