this post was submitted on 28 Jul 2025
535 points (99.4% liked)

Technology

73342 readers
4393 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] lemonskate@lemmy.world 8 points 10 hours ago (1 children)

Only if they aren't using customer provided encryption keys (is using blob/bucket storage) or an equivalent approach to encryption at rest, and make sure they're doing standard TLS for encryption in flight.

It's absolutely possible, and standard for any decent organization, to build their cloud architectures to fully account for the cloud provider potentially accessing your data without authorization. I've personally had such design conversations multiple times.

[โ€“] cley_faye@lemmy.world 2 points 4 hours ago* (last edited 4 hours ago)

It is possible to do things correctly. The question is, is it done often, and is it done on hardware you can trust. I'm somewhat confident if I run my services on bare metal, the provider would have a hard time getting my encryption keys, although it's not impossible even in this situation. How many people do so with VPS and managed instances, where snooping around the runtime and exfiltrating data unbeknownst to the user is trivial?

Also, beyond that, how many fall for the convenience of things like SSE, whether it's with customer provided keys or not? That should be a red flag, but people find it oh so convenient.

We're bound to see stuff bubble out where "we did all the right things" boils down to clicking a checkbox in some web UI and be done with it in the future.