You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have an option not to log the credentials (user, pw at the very least). This is important for various reasons.
developers often need access to logs, but should not have access to db secrets
bad developers cut and paste logs into Internet forums, and if those logs contain secrets, that's bad times; developers shouldn't do this, of course, but I should be able to completely mitigate the risk
Suggested fix:
Add an option to /etc/kong/kong.yml to log secrets and default to false:
Right now when kong starts, it logs the attempt to login to its database with full credentials:
[INFO] database...........postgres host=db.host.com database=kong user=user password=password port=5432
It would be nice to have an option not to log the credentials (user, pw at the very least). This is important for various reasons.
Suggested fix:
Add an option to /etc/kong/kong.yml to log secrets and default to false:
This could also be a global config option that applies to all secrets kong may ever use.
The text was updated successfully, but these errors were encountered: