Closed Hursofid closed 5 months ago
@Hursofid Hello! For your use case, while it is not currently supported in this project, you can build your own customized Docker image from source code, based on this project. Please refer to build from source code. For example, you can customize run.sh
to remove the output of usernames and passwords.
Hello, I'd like to know if there is a way to hide user passwords and PSK from being logged to stdout. I've specified all necessary variables in the env file:
The problem is that passwords, usernames are being exported to and stored in the Graylog in plaintext. I ship there all my containers logs using filebeat. It is transferred with TLS, but still, it's better to not store it anywhere.
I'll happy to provide any additional information if necessary.
Thank you