Нет описания

dependabot[bot] 6dacba7024 chore(deps): bump alpine from `8a1f59f` to `4bcff63` (#5051) 8 месяцев назад
.github 7d365f8486 chore(deps): bump step-security/harden-runner from 2.12.2 to 2.13.0 (#5048) 8 месяцев назад
apis c2bac0199a feat(infisical): auth methods (#5040) 8 месяцев назад
assets e96b15ba39 chore: update docs sponsors & broken links (#3877) 1 год назад
cmd 031fb75c6c fix: set klog to logger for client-go (#4818) 10 месяцев назад
config c2bac0199a feat(infisical): auth methods (#5040) 8 месяцев назад
deploy a96c38a57b fix(helm): grafana dashboard: fix heatmaps to actually be heatmaps, not time series (#5069) 8 месяцев назад
design d1747266da fix: restore 0.16.0 (#4659) 1 год назад
docs c2bac0199a feat(infisical): auth methods (#5040) 8 месяцев назад
e2e a92ecf05c5 chore(deps): bump alpine from 3.22.0 to 3.22.1 in /e2e (#5046) 8 месяцев назад
hack 9e6b82b16e fix: bug in script (#5043) 8 месяцев назад
overrides 05a1814b1b feat: fix a bunch of Sonar issues (#4208) 1 год назад
pkg 3fb7a2df8e chore(aws): parameterstore unit tests improvement (#4986) 8 месяцев назад
terraform b4e7802a09 Updates to AAD and date update (#4512) 1 год назад
tests 9e7eafdad8 chore: release helm chart for v0.18.2 (#4985) 9 месяцев назад
.clomonitor.yml 8cce1ad284 feat: attach sbom/provenance files to GH release, fix clomonitor (#1656) 3 лет назад
.dockerignore 3658afd0a2 ✨Add standalone Dockerfile (#1328) 3 лет назад
.editorconfig 987d499241 cleanup: add lint and editorconfig 5 лет назад
.gitattributes 5c22447c13 Add support for Vault kvv1 (#3790) 1 год назад
.gitignore 70c45852a1 feat: add crd compliance tests (#4390) 1 год назад
.golangci.yaml 84fd748a0d chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 8.0.0 (#4734) 11 месяцев назад
.sonarcloud.properties 13d5c98198 fix: sonar configs (#4334) 1 год назад
ADOPTERS.md 8c196607f8 Add Red Hat OpenShift in Adopters (#5039) 9 месяцев назад
CNAME 90286f37a4 Create CNAME 5 лет назад
CONTRIBUTING.md 14fb8597db Add CONTRIBUTING.md file (#2925) 2 лет назад
DEPRECATING.md 137e446ff6 docs: Fix formatting in Deprecation Policy notes (#4791) 11 месяцев назад
Dockerfile 060c2da70c chore(deps): bump distroless/static from `d9f9472` to `b7b9a69` (#4913) 10 месяцев назад
Dockerfile.standalone ac9e957b29 chore(deps): bump golang from `ddf5200` to `daae04e` (#5049) 8 месяцев назад
Dockerfile.ubi 07d93ab9db chore(deps): bump ubi8/ubi from `19eae3d` to `c0b0729` (#5033) 9 месяцев назад
GOVERNANCE.md 9becad407e docs: add examples of Governance document being applied for members joining (#4450) 1 год назад
LICENSE 59a364e04d initial commit 5 лет назад
MAINTAINERS.md 412b954e1e chore: move inactive maintainers to emeritus (#4073) 1 год назад
Makefile 6063e2c97e chore: updates stability support for 0.17.0 (#4779) 11 месяцев назад
PROJECT d1747266da fix: restore 0.16.0 (#4659) 1 год назад
README.md 3c2246b6f1 fix: build a second image to fix the flux managed and unmanaged test (#3931) 1 год назад
SECURITY.md 21191dc47e docs: add security response process (#3037) 2 лет назад
SECURITY_RESPONSE.md fd62f96e9f chore: fixup security response suggestions (#3056) 2 лет назад
Tiltfile 231a6ea674 feat: update Pulumi provider for GA (#3917) 1 год назад
changelog.json 771334dee9 feat: helm release workflow 5 лет назад
codecov.yml f32ea9f91d Configure codecov (#2995) 2 лет назад
go.mod c2bac0199a feat(infisical): auth methods (#5040) 8 месяцев назад
go.sum c2bac0199a feat(infisical): auth methods (#5040) 8 месяцев назад
main.go 914e40b640 feat: add a renderer for template data and secrets (#4277) 1 год назад
tilt.debug.dockerfile ac9e957b29 chore(deps): bump golang from `ddf5200` to `daae04e` (#5049) 8 месяцев назад
tilt.dockerfile 6dacba7024 chore(deps): bump alpine from `8a1f59f` to `4bcff63` (#5051) 8 месяцев назад
tools.go 0cb799b5cf ✨Feature/push secret (#1315) 3 лет назад
ubi-build-files-amd64.txt cb528e8c00 Fix: Remove root/buildinfo from ubi build files (#5037) 9 месяцев назад
ubi-build-files-arm64.txt cb528e8c00 Fix: Remove root/buildinfo from ubi build files (#5037) 9 месяцев назад
ubi-build-files-ppc64le.txt cb528e8c00 Fix: Remove root/buildinfo from ubi build files (#5037) 9 месяцев назад
ubi-build-files-s390x.txt cb528e8c00 Fix: Remove root/buildinfo from ubi build files (#5037) 9 месяцев назад

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 Conjur, 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.

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 Jitsi. We run the meeting with alternating times 8:00 PM Berlin Time and 1:00 PM Berlin Time, we'll announce the time in our Kubernetes Slack channel. Meeting notes are recorded on hackmd.

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