Hacker News new | ask | show | jobs
by pphysch 1190 days ago
Where are the encryption keys stored? Is this CronAAS suitable for sensitive workloads?
1 comments

> Where are the encryption keys stored?

We use AWS KMS to perform data-at-rest encryption on all data we store. We perform another encryption pass for sensitive data (e.g., Github Token, Secrets, etc.) before storing the data with a symmetric PGP key.

> Is this CronAAS suitable for sensitive workloads?

It should be. Could you elaborate?