this post was submitted on 06 Apr 2024
1019 points (97.2% liked)

Programmer Humor

19166 readers
766 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] pixxelkick@lemmy.world 67 points 5 months ago* (last edited 5 months ago)

Nowadays it's less of an issue with docker and whatnot.

Just set the image to refresh every night at midnight and if they tried to make manual changes it'll just revert back to its original state at midnight.

Customers don't really get direct access to deployed code now, it's buried under like 4 layers of abstraction on most CDNs now.

Simply deploying to azure already smears multiple layers of access control and RBAC overtop that it's hard enough for me, the dev, to answer the question if "what is actually deployed atm?", let alone for the customer to get in their and meddle.