Hacker News new | ask | show | jobs
by acamillo 2070 days ago
I wrote this[1] operator over one year ago to learn some Go lang.

The project is a Kubernetes operator that automatically creates and updates Kubernetes secrets according to what is stored in AWS Secrets Manager (SM). A custom resource, named AWSSecret, maps an AWS SM entry to a K8S Secret resource.

[1] https://github.com/acamillo/aws-secret-operator