Hacker News new | ask | show | jobs
by whyleyc 3585 days ago
What happens if Amazon's KMS service is down - does that break the app or can you operate ok without it ?
1 comments

We decided to decrypt secrets on service startup so if KMS is down during the deploy we can stop the deploy after first server fails to start. Not perfect but good enough for our use case.

In case of catastrophic KMS failure we can always manually replace secrets with plaintext and revoke them afterwards.