No Description

Aeddis Desauw a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
.github a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
apis a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
assets e96b15ba39 chore: update docs sponsors & broken links (#3877) 1 year ago
cmd 07191d1853 feat(helm): add readinessProbe support for external-secrets deployment (#5831) 3 weeks ago
config a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
deploy a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
design aaa906876c design: feature flag consolidation (#5801) 2 months ago
docs a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
e2e 83f1861a06 fix: update grpc for CVE-2026-33186 (#6108) 3 weeks ago
generators 4191b2f659 ref(modernize): modernize go code (#6114) 3 weeks ago
hack a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
overrides 05a1814b1b feat: fix a bunch of Sonar issues (#4208) 1 year ago
pkg a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
providers a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
runtime 4191b2f659 ref(modernize): modernize go code (#6114) 3 weeks ago
terraform 49debe8ceb feat: re-implement e2e managed tests (#5444) 6 months ago
tests a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
.clomonitor.yml 8cce1ad284 feat: attach sbom/provenance files to GH release, fix clomonitor (#1656) 3 years ago
.dockerignore 3658afd0a2 ✨Add standalone Dockerfile (#1328) 3 years ago
.editorconfig 987d499241 cleanup: add lint and editorconfig 5 years ago
.gitattributes 5c22447c13 Add support for Vault kvv1 (#3790) 1 year ago
.gitignore 194955a10e fix: lint (#5536) 5 months ago
.golangci.yaml 4191b2f659 ref(modernize): modernize go code (#6114) 3 weeks ago
.licenserc.yaml 3b3cf7ae76 chore(templating): Remove years in license and their checks (#5955) 1 month ago
.sonarcloud.properties 6f411f5569 chore(linter): fix linter issue in `api` and `cmd` package (#5413) 5 months ago
ADOPTERS.md d6aec100ec Add Roche to official ADOPTERS (#6076) 1 month ago
CNAME 90286f37a4 Create CNAME 5 years ago
CODEOWNERS.md a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
CONTRIBUTING.md 14fb8597db Add CONTRIBUTING.md file (#2925) 2 years ago
CONTRIBUTOR_LADDER.md 636ce0578d doc: update the ladder with two new tracks: documentation and community (#5298) 7 months ago
DEPRECATING.md 53dcb5e15c Update CyberArk branding from Conjur to CyberArk Secrets Manager (#5359) 6 months ago
Dockerfile 49319531cb chore(deps): bump distroless/static from `28efbe9` to `47b2d72` (#6088) 4 weeks ago
Dockerfile.standalone fed3824a0e chore: update go version to 1.26.1 (#6072) 4 weeks ago
Dockerfile.ubi fe50c57427 chore(deps): bump ubi9/ubi from `6ed9f6f` to `1fc04e8` (#6119) 2 weeks ago
GOVERNANCE.md 53dcb5e15c Update CyberArk branding from Conjur to CyberArk Secrets Manager (#5359) 6 months ago
LICENSE 59a364e04d initial commit 5 years ago
MAINTAINERS.md 5e1d2c02a7 feat: add contributor ladder (#5150) 7 months ago
Makefile fed3824a0e chore: update go version to 1.26.1 (#6072) 4 weeks ago
OWNERS.md 5e1d2c02a7 feat: add contributor ladder (#5150) 7 months ago
PROJECT d1747266da fix: restore 0.16.0 (#4659) 1 year ago
README.md 53dcb5e15c Update CyberArk branding from Conjur to CyberArk Secrets Manager (#5359) 6 months ago
SECURITY.md 86ce74a6c0 chore(docs): update helm charts (#5203) 7 months ago
SECURITY_RESPONSE.md fd62f96e9f chore: fixup security response suggestions (#3056) 2 years ago
Tiltfile 349d793b96 fix: Include all providers in default dev build (#5851) 2 months ago
changelog.json 771334dee9 feat: helm release workflow 5 years ago
codecov.yml f32ea9f91d Configure codecov (#2995) 2 years ago
go.mod a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
go.sum a15be5dff5 feat: ovh provider implementation (#6101) 2 weeks ago
main.go 3b3cf7ae76 chore(templating): Remove years in license and their checks (#5955) 1 month ago
tilt.debug.dockerfile fed3824a0e chore: update go version to 1.26.1 (#6072) 4 weeks ago
tilt.dockerfile 48165a459d chore(deps): bump alpine from `865b95f` to `2510918` (#5906) 2 months ago
tools.go 3b3cf7ae76 chore(templating): Remove years in license and their checks (#5955) 1 month ago
ubi-build-files-amd64.txt e5c5a0f390 chore(build): Update ubi Docker builds to UBI9 (#5465) 5 months ago
ubi-build-files-arm64.txt e5c5a0f390 chore(build): Update ubi Docker builds to UBI9 (#5465) 5 months ago
ubi-build-files-ppc64le.txt e5c5a0f390 chore(build): Update ubi Docker builds to UBI9 (#5465) 5 months ago
ubi-build-files-s390x.txt e5c5a0f390 chore(build): Update ubi Docker builds to UBI9 (#5465) 5 months ago

README.md

external-secrets

External Secrets

ci CII Best Practices OpenSSF Scorecard Go Report Card FOSSA Status Artifact Hub operatorhub.io

External Secrets Operator is a Kubernetes operator that integrates external secret management systems like AWS Secrets Manager, HashiCorp Vault, Google Secrets Manager, Azure Key Vault, IBM Cloud Secrets Manager, Akeyless, CyberArk Secrets Manager, Pulumi ESC and many more. The operator reads information from external APIs and automatically injects the values into a Kubernetes Secret.

Multiple people and organizations are joining efforts to create a single External Secrets solution based on existing projects. If you are curious about the origins of this project, check out this issue and this PR.

Documentation

External Secrets Operator guides and reference documentation is available at external-secrets.io. Also see our stability and support policy.

Contributing

We welcome and encourage contributions to this project! Please read the Developer and Contribution process guides. Also make sure to check the Code of Conduct and adhere to its guidelines.

Also, please take a look our Contribution Ladder for a very detailed explanation of what roles and tracks are available for people to try and help this project.

Sponsoring

Please consider sponsoring this project, there are many ways you can help us with: engineering time, providing infrastructure, donating money, etc. We are open to cooperations, feel free to approach as and we discuss how this could look like. We can keep your contribution anonymized if that's required (depending on the type of contribution), and anonymous donations are possible inside Opencollective.

Bi-weekly Development Meeting

We host our development meeting every odd wednesday on Zoom. We run the meeting with alternating times 8:00 PM Berlin Time and 1:00 PM Berlin Time. Be sure to check the CNCF Calendar to see when the next meeting is scheduled, we'll also announce the time in our Kubernetes Slack channel. Meeting notes are recorded on this google document.

Anyone is welcome to join. Feel free to ask questions, request feedback, raise awareness for an issue, or just say hi. ;)

Security

Please report vulnerabilities by email to cncf-ExternalSecretsOp-maintainers@lists.cncf.io. Also see our SECURITY.md file for details.

Software bill of materials

We attach SBOM and provenance file to our GitHub release. Also, they are attached to container images.

Adopters

Please create a PR and add your company or project to our ADOPTERS.md file if you are using our project!

Roadmap

You can find the roadmap in our documentation: https://external-secrets.io/main/contributing/roadmap/

Kicked off by

Sponsored by

External Secrets Inc. Container Solutions Form 3 Pento

License

FOSSA Status