-
Notifications
You must be signed in to change notification settings - Fork 413
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
Error msg exposes token in URL #851
Comments
Can you instead pass the token via the GITSYNC_PASSWORD env var or the --password-file? That's going to be safer, for sure. That said, there are other logs that emit the value of If you run with |
Try that? |
@thockin I removed the username and password (i.e., token) from the repo URL. I specified the username |
Successful sync logs show token as
REDACTED
.Error exposes token (main.go:784).
The text was updated successfully, but these errors were encountered: