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
2018-11-07T10:19:51.2642236Z ##[error]WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2018-11-07T10:19:51.2643599Z ##[error]--password and --password-stdin are mutually exclusive
2018-11-07T10:19:51.3433335Z ##[error]Process 'docker' exited with code 1. Verify the invocation.
the second one is the important here
A workaround will be not to use password stdin for now but i produce the password in our CI logs ... not so safe.
The text was updated successfully, but these errors were encountered:
You are right, the password parameter should be obscured, will update the addon so the password shouldn't get printed to the log anymore.
The addon is just an auto generetad wrapper that's why the .EnablePasswordStdin() parameter exists, but it's currently without any function since Nuke doesn't support passing parameters through stdin yet. I'm also not sure if this is required at all or obscuring the password is enough.
When using this command configuration :
the command generated is :
and the error messages are :
the second one is the important here
A workaround will be not to use password stdin for now but i produce the password in our CI logs ... not so safe.
The text was updated successfully, but these errors were encountered: