Closed LenaHoinkis closed 4 years ago
Currently all arguments get logged including the authorization token. Even if a authtokenFile is given it will print the token. For security reasons I would suggest to only print the argument logs, if the verbose parameter is set.
This change is
I've merged https://github.com/m-lab/alertmanager-github-receiver/pull/46
I'll tag a new version next. I'll close this PR because I believe #46 addresses the same requirement.
Thank you for your help!
Currently all arguments get logged including the authorization token. Even if a authtokenFile is given it will print the token. For security reasons I would suggest to only print the argument logs, if the verbose parameter is set.
This change is