snakemake / snakemake-executor-plugin-googlebatch

Snakemake executor plugin for Google Batch (under development)
MIT License
3 stars 5 forks source link

feat: Add support for customer compute service account #51

Open hnawar opened 3 weeks ago

hnawar commented 3 weeks ago

@vsoch @johanneskoester I am supporting a snakemake user to migrate to Batch, one of the requirement that came up was the use of custom service account.

This is my attempt to add support for it, I would appreciate your guidance on how best to contribute and test this PR

vsoch commented 3 weeks ago

And @hnawar I would say you would want to test this with an actual service account and verify it works.

hnawar commented 2 weeks ago

I have tested this with a service account and can confirm it is passed on and the VM was using the service account specified.

vsoch commented 2 weeks ago

In that case, we just need @johanneskoester blessing.