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
Instead of using the -password argument, the jenkins-slave init scripts should use -passwordEnvVariable to prevent credentials being leaked via the process table.
The text was updated successfully, but these errors were encountered:
Setting the swarm client password credential via the `-password`
argument exposes it in the system process table. Instead, the password
may be set in an env var specified with the `-passwordEnvVariable`
param.
resolvesvoxpupuli#700
Instead of using the
-password
argument, the jenkins-slave init scripts should use-passwordEnvVariable
to prevent credentials being leaked via the process table.The text was updated successfully, but these errors were encountered: