You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for network tags when running Nextflow pipelines on Google Batch. This would allow users to specify network tags in their Nextflow configuration that will be applied to the Google Batch job's allocation policy.
Use case
Network tags are used in GCP to apply firewall rules and manage network access for compute instances. When running Nextflow pipelines on Google Batch, users might:
Apply specific firewall rules to their compute instances
Control ingress/egress traffic based on tags
Manage network security at scale across multiple pipeline executions
Ensure compliance with organizational network security policies
Suggested implementation
The implementation would involve:
Add networkTags property to the BatchConfig class to store the configuration
Update GoogleBatchTaskHandler to add the tags to the AllocationPolicy when creating Google Batch jobs
Add appropriate warning(s) when tags are specified with instance templates for example
New feature
Add support for network tags when running Nextflow pipelines on Google Batch. This would allow users to specify network tags in their Nextflow configuration that will be applied to the Google Batch job's allocation policy.
Use case
Network tags are used in GCP to apply firewall rules and manage network access for compute instances. When running Nextflow pipelines on Google Batch, users might:
Suggested implementation
The implementation would involve:
networkTags
property to theBatchConfig
class to store the configurationGoogleBatchTaskHandler
to add the tags to theAllocationPolicy
when creating Google Batch jobsExample config:
The text was updated successfully, but these errors were encountered: