Comment on Disclosure of sensitive credentials and configuration in containerized deployments - ownCloud

<- View Parent
sudneo@lemmy.world ⁨10⁩ ⁨months⁩ ago

The only thing that makes this case worse in docker is that more info is in ENV variables. The vulnerability has nothing to do with containers though, and using ENV variables to provide sensitive data is in general a bad decision, since they can be leaked to any process with /proc access.

Unfortunately, ENV is still a common way which people use to pass data to applications inside containers, but it is not in any way a requirement imposed by the tech.

source
Sort:hotnewtop