Hacker News new | ask | show | jobs
by XCSme 59 days ago
But how do you do that without also having a long-lived key or access token to those services?
1 comments

The long-lived credentials life inside a stripped down machine. Cron/lego/Ansible handles the renewal. The machines on the edge can't renew their keys themselves.
Oh, this makes sense, so instead of "the app is rotating its keys" is more like "the keys in our app are being rotated by an external service".