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

ssl_no_verify flag #73

Open
pauhidalgo opened this issue Mar 16, 2022 · 0 comments · May be fixed by #74
Open

ssl_no_verify flag #73

pauhidalgo opened this issue Mar 16, 2022 · 0 comments · May be fixed by #74
Assignees

Comments

@pauhidalgo
Copy link
Collaborator

pauhidalgo commented Mar 16, 2022

When calling bucky data sync, we have to checkout a number of git repos (done via subcommands) and use urllib to download some other data sources.

We should add a flag to the cli (either at the root level so bucky [-flag here] subcommand or as part of the data subcommand bucky data [-flag] sync] that will disable all ssl verification in the calls to urllib and the cmdline execution of git that occurs in https://github.com/mattkinsey/bucky/blob/poetry/bucky/util/data_sync.py

Kate added this to the old data pulling script so she can point you to the correct context to use to wrap the urllib calls.

@pauhidalgo pauhidalgo linked a pull request Mar 18, 2022 that will close this issue
@pauhidalgo pauhidalgo linked a pull request Mar 18, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant