Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password is not *'d out #57

Open
dsm1891 opened this issue Mar 5, 2021 · 1 comment
Open

Password is not *'d out #57

dsm1891 opened this issue Mar 5, 2021 · 1 comment

Comments

@dsm1891
Copy link

dsm1891 commented Mar 5, 2021

image
Using Team City Cloud and a local agent, when a build fails the password is in plain text.

The usernamepassword is set via command line arguments:
-username [email protected] -password MyPassword -serial MySerial

Interestingly, the first half of the email is *'d out.

@AlexanderJReid
Copy link

Log censoring is driven by TeamCity's logging, not the plugin.
You'll need to put your password in a password parameter and use %MyPasswordParam% to inject the password, which will cause TeamCity to redact the password in the logs.

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

No branches or pull requests

2 participants