favoredponcho@lemmy.zip to Programmer Humor@programming.dev · 4 months agoPlease don't delete the production DBmessage-squaremessage-square26fedilinkarrow-up1418arrow-down13
arrow-up1415arrow-down1message-squarePlease don't delete the production DBfavoredponcho@lemmy.zip to Programmer Humor@programming.dev · 4 months agomessage-square26fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up7·4 months agothat assumes the user does have access to a production db; the agent has access to a terminal from which they can reach the production machine (not in a container, different network, or similar); access does not require interaction (like entering password); the agent deliberately decides to access a production database to solve a development problem, and that was not the user requesting it; the agent manages to find the database credentials in production; the agent is left unattended. Possible? Sure. It’s also possible that I drink half a bottle of vodka on a Friday night and mess up with production.
minus-squareVibeSurgeon@piefed.sociallinkfedilinkEnglisharrow-up2·4 months agoNaturally. You should still probably not use dangerously-skip-permissions, though.
that assumes
Possible? Sure. It’s also possible that I drink half a bottle of vodka on a Friday night and mess up with production.
Naturally.
You should still probably not use dangerously-skip-permissions, though.