favoredponcho@lemmy.zip to Programmer Humor@programming.dev · 3 days agoPlease don't delete the production DBlemmy.zipexternal-linkmessage-square33fedilinkarrow-up1485arrow-down14
arrow-up1481arrow-down1external-linkPlease don't delete the production DBlemmy.zipfavoredponcho@lemmy.zip to Programmer Humor@programming.dev · 3 days agomessage-square33fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up7·3 days 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-up1·3 days 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.