sphericth0r@kbin.socialtoSelfhosted@lemmy.world•Disclosure of sensitive credentials and configuration in containerized deployments - ownCloud
1·
11 months agoThat’s just as insecure lol, env vars are far better
That’s just as insecure lol, env vars are far better
Even worse, they’ll claim it was a bug
Yeah, if you tend to use your servers for pretty vanilla uses you may not have encountered it much. Once you get into the deep end, it gets deep quick.
Once you have lived through library dependency hell, you care
It’s probably best to look at what the devops industry is embracing, environment variables are as secure as any of the alternatives but poor implementations will always introduce attack vectors. Secret management stores require you to authenticate, which requires you to store the credential for it somewhere - no matter what there’s no way to secure an insecure implementation of secrets access