Skip to content

Commit

Permalink
Improve secrets docs [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Feb 12, 2023
1 parent 6d6b354 commit 9a3b421
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ NXF_DEBUG Defines scripts debugging level: ``1`` dump task
NXF_DEFAULT_DSL Defines the DSL version that should be used in not specified otherwise in the script of config file (default: ``2``, requires version ``22.03.0-edge`` or later)
NXF_DISABLE_JOBS_CANCELLATION Disables the cancellation of child jobs on workflow execution termination (requires version ``21.12.0-edge`` or later).
NXF_ENABLE_STRICT Enable Nextflow *strict* execution mode (default: ``false``, requires version ``22.05.0-edge`` or later)
NXF_ENABLE_SECRETS Enable Nextflow secrets features (default: ``true``, requires version ``22.09.2-edge`` or later)
NXF_ENABLE_SECRETS Enable Nextflow secrets features (default: ``true``, requires version ``21.09.0-edge`` or later)
NXF_EXECUTOR Defines the default process executor e.g. `sge`
NXF_GRAB Provides extra runtime dependencies downloaded from a Maven repository service [DEPRECATED]
NXF_HOME Nextflow home directory (default: ``$HOME/.nextflow``).
Expand Down
5 changes: 4 additions & 1 deletion docs/secrets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ Secrets
*******


As of version ``21.09.0-edge``, Nextflow adds the built-in support for pipeline secrets to allow users to handle
As of version ``22.10.0``, Nextflow adds the built-in support for pipeline secrets to allow users to handle
and manage sensitive information for pipeline execution in a safe manner.

.. note::
A preview implementation of this feature as been available as for Nextflow version ``21.09.0-edge``.

How it works
============

Expand Down

0 comments on commit 9a3b421

Please sign in to comment.