

Benutzername prüft aus


Benutzername prüft aus


I wonder where all the gains from increased worker’s efficiency went. Well, no way to know I guess 🤷
In totally unrelated news, I heard humanity will soon have its first trillionaire 🥳
/s


That’s … actually really clever! I’ll steal that idea 😄


Read the article so you don’t have to:
Unlike the title suggests, the docker images they found won’t leak your credentials when you use them, but already contain the credentials of whoever created the image (p.e. through .env files that were accidentally added to the image).
While it contains the valuable reminder to avoid long lived credentials (like API - keys) or use secrets-stores, this “leak” is on the same level as accidentally pushing confidential information to github IMHO.
Fix: have both .gitignore and .dockerignore files and make sure they both contain .env. You use .env and don’t hardcode your secrets, right?
Sounds like you had a bad experience with the failed attempt at establishing agile development methods - sorry to hear that.
I just want to encourage you to give it another go with other developers that are more experienced with the methodology - in my company we’re working successfully that way for over a decade.
[edited because the initial comment was unkind]