posix_monad

↗ HN profile [ 69.6 ms ] full profile
Karma
148
Created
January 16, 2024 (2y ago)
Submissions
0
  1. Services often need to talk to each-other, but how should they control access? In an ideal world, callers can prove who they are to services and services only grant access to a minimal set of consumers. There should be…

  2. We want to keep our databases secure, but sometimes developers need access (think migrations, debugging, business information queries). Ideally, database access is: - Connected to existing developer authentication…