How are other folks handling sensitive data in Docker container logs?
For example, if someone connects to a container and shows credentials or pulls up some user data (legitimate or otherwise).
Are you just scrubbing your logs thoroughly before indexing, or doing something to avoid the data hitting the logs at all?
🍉