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
Go through embedded docs (reana-client --help) and verify all its content and provided examples.
Current behaviour
For example, for secrets-add command, we are showing how to add PASSWORD, but this is not a good thing to advocate security wise, and moreover it is not the technique we are using anywhere, so it would be better to show keytab-related example.
The same help but with less critical example, such as
MYSECRET=mysecretvalue
or even better targeted to CERN users:
CERN_USER=johndoe
so that the output of --help command could be readily used by people wanting to run CERN HTCondor/Slurm scenarios without even having to refer to external documentation.
Epic
Go through embedded docs (
reana-client --help
) and verify all its content and provided examples.Current behaviour
For example, for
secrets-add
command, we are showing how to add PASSWORD, but this is not a good thing to advocate security wise, and moreover it is not the technique we are using anywhere, so it would be better to show keytab-related example.Expected behaviour
The same help but with less critical example, such as
or even better targeted to CERN users:
so that the output of
--help
command could be readily used by people wanting to run CERN HTCondor/Slurm scenarios without even having to refer to external documentation.Note
PASSWORD example is used in a few places:
The text was updated successfully, but these errors were encountered: