favoredponcho@lemmy.zip to Programmer Humor@programming.dev · 1 day agoPlease don't delete the production DBlemmy.zipexternal-linkmessage-square30fedilinkarrow-up1403arrow-down14
arrow-up1399arrow-down1external-linkPlease don't delete the production DBlemmy.zipfavoredponcho@lemmy.zip to Programmer Humor@programming.dev · 1 day agomessage-square30fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up5·11 hours 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·10 hours 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.