-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Sensitive parameters are not fully replaced in log file #6624
Labels
Comments
Will this issue being addressed in the next milestone? Since passwords should not be present in any readable file I also would like to tell my users that I'm not logging their passwords in any case of course. |
Ah 2017, this was fixed in Oct 17: |
Thanks, @nickvergessen! |
Is it possible to temporarily enable output of sensitive data to log? |
no |
for questions pleas use https://help.nextcloud.com/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem:
I found my password and a part of an auth token as plain text in the nextcloud log file.
It should be replaced with
*** sensitive parameters replaced ***
.It seems that the macOS Contacts Sync produces this error. I generated an app token without filesystem access for the sync, which leads to errors in log file.
Here is my log file where I replaced the username with
[ActualUsername]
, the password with[UserPassword]
and an auth token with[SomeToken]
:Log file
Server configuration
Operating system:
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Web server:
nginx version: nginx/1.10.3 (Ubuntu)
Database:
Ver 14.14 Distrib 5.7.19, for Linux (x86_64)
PHP version:
PHP 7.0.22-0ubuntu0.16.04.1
Nextcloud version:
12.0.3.3 stable channel
Updated from an older Nextcloud/ownCloud or fresh install:
Was once Owncloud, than changed to Nextcloud. Instance since nextcloud 10.
Where did you install Nextcloud from:
Downloaded archive file from nextcloud.com
Signing status:
All checks passed.
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one:
no
Are you using encryption:
yes
Are you using an external user-backend, if yes which one:
no
The text was updated successfully, but these errors were encountered: