diff --git a/content/contributors/_index.md b/content/contributors/_index.md index fd7c349..1483e6c 100644 --- a/content/contributors/_index.md +++ b/content/contributors/_index.md @@ -107,6 +107,7 @@ The Cloud Native Computing Foundation projects are listed [below](projects/), to | [Clusterpedia](projects/#clusterpedia) | Multi-Cloud | Go | | [DevStream](projects/#devstream) | Automation & Configuration | Go | | [OpenCost](projects/#opencost) | Cost Management | Go, Javascript | +|[External Secrets Operator](projects/#external-secrets-operator)| Secret Management | Go | ## Non-code Projects diff --git a/content/contributors/projects.md b/content/contributors/projects.md index d4543f2..1328756 100644 --- a/content/contributors/projects.md +++ b/content/contributors/projects.md @@ -820,6 +820,18 @@ Sandbox Projects - **Legal Requirements:** [DCO](https://developercertificate.org/) --- +### External Secrets Operator + + *"External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets."* - [External Secrets Operator](https://www.external-secrets.io/) + + - **Project Repository:** https://github.com/external-secrets/external-secrets + - **Contributor Guide:** [Development Guide](https://external-secrets.io/latest/contributing-process/) + - **Chat:** Slack: `#external-secrets` in [https://slack.k8s.io/](https://kubernetes.slack.com/messages/external-secrets) + - **License:** [Apache 2.0](https://github.com/external-secrets/external-secrets/blob/main/LICENSE) + - **Legal Requirements:** [DCO](https://developercertificate.org/) + + + Non-code Projects ------------------