1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.
Find a file
Gustavo Fernandes de Carvalho 9f91fe80d2
chore: add blog (#4137)
Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>
2024-11-21 15:37:31 +00:00
.github fix: permissions on steps is not a thing (#4134) 2024-11-20 20:58:44 +01:00
apis Update docs for ExternalSecrets's refreshInterval (#4097) 2024-11-12 21:36:58 +00:00
assets chore: update docs sponsors & broken links (#3877) 2024-09-06 10:12:14 -03:00
cmd feat: enable concurrent reconciling for push secret reconciler (#4124) 2024-11-19 12:20:05 +01:00
config/crds/bases Update docs for ExternalSecrets's refreshInterval (#4097) 2024-11-12 21:36:58 +00:00
deploy fix: permissions on steps is not a thing (#4134) 2024-11-20 20:58:44 +01:00
design fix: refresh interval values (#4111) 2024-11-18 07:50:16 +01:00
docs chore: add blog (#4137) 2024-11-21 15:37:31 +00:00
e2e update dependencies (#4122) 2024-11-18 15:18:30 +01:00
hack chore(deps): bump alpine from beefdbd to 1e42bbe in /hack/api-docs (#4118) 2024-11-18 13:10:26 +01:00
overrides feat: adds scarf to docs (#3876) 2024-09-06 09:22:39 -03:00
pkg fix(azure-keyvault): remove incorrect suffix from provider URL (#4136) 2024-11-21 08:37:38 -03:00
terraform feat: add AKS e2e managed (#2811) 2023-10-29 21:51:39 +01:00
.clomonitor.yml feat: attach sbom/provenance files to GH release, fix clomonitor (#1656) 2022-10-27 08:59:19 +02:00
.dockerignore Add standalone Dockerfile (#1328) 2022-07-12 05:55:22 -03:00
.editorconfig cleanup: add lint and editorconfig 2020-12-21 14:38:48 -05:00
.gitattributes Add support for Vault kvv1 (#3790) 2024-09-17 17:57:08 -03:00
.gitignore Add Conjur provider (#2412) 2023-06-21 11:17:00 +02:00
.golangci.yaml update dependencies (#4096) 2024-11-12 22:50:43 +00:00
ADOPTERS.md chore: Add Hostinger to ADOPTERS.md (#4053) 2024-10-29 06:36:30 +01:00
changelog.json feat: helm release workflow 2021-05-03 22:12:39 +02:00
CNAME Create CNAME 2021-03-05 18:26:07 +01:00
codecov.yml Configure codecov (#2995) 2024-01-05 23:26:39 +01:00
CONTRIBUTING.md Add CONTRIBUTING.md file (#2925) 2023-12-04 21:43:05 +01:00
Dockerfile chore(deps): bump distroless/static from cc226ca to f4a57e8 (#4112) 2024-11-18 10:15:28 +01:00
Dockerfile.standalone chore(deps): bump golang from 0974259 to c694a4d (#4113) 2024-11-18 11:04:32 +01:00
Dockerfile.ubi Make UBI more tolerable from OS vulnerabilities (#3607) 2024-06-20 17:50:49 +02:00
go.mod update dependencies (#4122) 2024-11-18 15:18:30 +01:00
go.sum update dependencies (#4122) 2024-11-18 15:18:30 +01:00
GOVERNANCE.md Update documentation to add CyberArk Conjur provider (#2473) 2023-07-07 19:17:50 +02:00
LICENSE initial commit 2020-11-19 16:34:16 +01:00
main.go feat: add push secret to e2e tests (#3017) 2024-02-12 16:44:45 +01:00
MAINTAINERS.md chore: move inactive maintainers to emeritus (#4073) 2024-11-04 16:13:14 +01:00
Makefile chore: update dependencies (#4071) 2024-11-05 08:49:29 +01:00
PROJECT feat: implement ClusterExternalSecret (#542) 2022-03-20 09:32:27 +01:00
README.md fix: build a second image to fix the flux managed and unmanaged test (#3931) 2024-09-20 14:08:29 +02:00
SECURITY.md docs: add security response process (#3037) 2024-01-20 07:25:20 +01:00
SECURITY_RESPONSE.md chore: fixup security response suggestions (#3056) 2024-01-21 19:57:15 +01:00
tilt.debug.dockerfile chore(deps): bump golang from 0974259 to c694a4d (#4113) 2024-11-18 11:04:32 +01:00
tilt.dockerfile chore(deps): bump alpine from beefdbd to 1e42bbe (#4114) 2024-11-18 11:15:57 +01:00
Tiltfile feat: update Pulumi provider for GA (#3917) 2024-09-21 09:54:12 +02:00
tools.go Feature/push secret (#1315) 2022-11-29 16:04:46 -03:00
ubi-build-files-amd64.txt Make UBI more tolerable from OS vulnerabilities (#3607) 2024-06-20 17:50:49 +02:00
ubi-build-files-arm64.txt Make UBI more tolerable from OS vulnerabilities (#3607) 2024-06-20 17:50:49 +02:00
ubi-build-files-ppc64le.txt Make UBI more tolerable from OS vulnerabilities (#3607) 2024-06-20 17:50:49 +02:00
ubi-build-files-s390x.txt Make UBI more tolerable from OS vulnerabilities (#3607) 2024-06-20 17:50:49 +02:00

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