-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: implement new workflow system #457
Conversation
@@ -73,7 +77,7 @@ task katsu_dataset_export_vcf { | |||
# TODO: handle pagination, i.e. if the `next` property is set, loop | |||
# over the pages of results | |||
metadata_url = f"~{katsu_url}/api/experimentresults?datasets={dataset_id}&file_format=vcf&page_size=10000" | |||
response = requests.get(metadata_url, verify=False) | |||
response = requests.get(metadata_url, verify=~{true="True" false="False" validate_ssl}) |
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.
Same for verify string arg
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.
Looks good, just not sure about wdl python commands with ssl verify
https://requests.readthedocs.io/en/latest/api/
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.
lgtm!
Injected service/config/secret values using new code in Bento Lib / new WES; requires new Authz (0.5.0+); see bento-platform/bento#202