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

Figure out azure authentication in tests #8612

Open
lbergelson opened this issue Dec 9, 2023 · 0 comments
Open

Figure out azure authentication in tests #8612

lbergelson opened this issue Dec 9, 2023 · 0 comments

Comments

@lbergelson
Copy link
Member

We need a way to read files from azure in our tests. This means one of:

  1. adding a service account (or whatever the azure equivalent is) and the ability to generate SAS tokens
  2. finding a way to make a SAS token that has a very long expiration time
lbergelson added a commit that referenced this issue Dec 9, 2023
…#8438)

* GATK's lack of support for az:// URIs means that although GenomicsDB can
  natively read them, parts of the java code crash when interacting with them
* Adding --avoid-nio and --header arguments
  These allow disabling all of the java interaction with the az:// links
  and simply passing  them through to genomicsdb
  This disables some safeguards but allows operating on files in azur
* Update GenomicsDB version to 1.5.1 for azure improved support

* There are no direct tests on azure since we do not yet have any infrastructure
  to generate the necessary tokens, there is a disabled test which requires
  #8612 before we can enable it.

---------

Co-authored-by: Nalini Ganapati <[email protected]>
Co-authored-by: Nalini Ganapati <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant