Open
Description
Feature Request: Allowing the Use of Local Secrets with AWS Batch in Nextflow
Summary
A Feature request from a Seqera Platform user
Nextflow "secrets" not working with AWS Batch + Wave / Fusion from cli
Currently, Nextflow provides integration with AWS Batch, allowing users to execute workflows with secrets on Seqera Platform Which works as expected. However, there's a limitation when it comes to handling local secrets when baking them into a process and running it using the CLI.
Currently in the documentation: https://www.nextflow.io/docs/latest/secrets.html#process-directive
Proposed Solution
Integrate a feature into Nextflow that enables users to specify local secrets within there processes in their Nextflow scripts and run it via the CLI. These secrets would then be securely passed to AWS Batch jobs during execution.