mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #434] Conceal sensitive data in container logs #405
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Hursofid on GitHub (Jun 6, 2024).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/434
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
@hwdsl2 commented on GitHub (Jun 7, 2024):
@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.shto remove the output of usernames and passwords.