Skip to content

Conversation

@dorkmatt
Copy link
Contributor

Currently a run will show the password as plaintext, this minor change prevents logging such a sensitive variable. For example:

fatal: [router01]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_args": {"check_commit_wait": null, "comment": null, "confirm": null, "console": null, "diffs_file": null, "file": "output/router01/compiled.set", "host": "192.0.2.40", "logfile": null, "mode": null, "overwrite": false, "passwd": "myUbers3ck3tpass!#@", "port": "830" ...

With this change

fatal: [router01]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_args": {"check_commit_wait": null, "comment": null, "confirm": null, "console": null, "diffs_file": null, "file": "output/router01/compiled.set", "host": "192.0.2.40", "logfile": null, "mode": null, "overwrite": false, "passwd": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "port": "830" ...

@stacywsmith stacywsmith merged commit e50945d into Juniper:master Dec 8, 2016
@stacywsmith
Copy link
Contributor

Thanks @dorkmatt! Sorry it took me so long to get around to merging this request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants