012ece2b15
* replace API calls by ListSecrets Scalewaw will deprecate soon the Secret Manager endpoints *ByName, the idea is to use the ListSecrets instead and to filter by name Signed-off-by: Florent Viel <fviel@scaleway.com> * allow to filter by name for the fake scw secret api Signed-off-by: Florent Viel <fviel@scaleway.com> * improve scaleway fake api Signed-off-by: Florent Viel <fviel@scaleway.com> the fake implementation of the ListSecrets for the Scaleway API was too naive and returns too many secrets based on the input filters * scaleway: fix calls to the ListSecrets endpoint Signed-off-by: Florent Viel <fviel@scaleway.com> * scaleway: fix lint issues Signed-off-by: Florent Viel <fviel@scaleway.com> --------- Signed-off-by: Florent Viel <fviel@scaleway.com> |
||
---|---|---|
.github | ||
apis | ||
assets | ||
cmd | ||
config/crds/bases | ||
deploy | ||
design | ||
docs | ||
e2e | ||
hack | ||
overrides | ||
pkg | ||
terraform | ||
.clomonitor.yml | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.golangci.yaml | ||
ADOPTERS.md | ||
changelog.json | ||
CNAME | ||
Dockerfile | ||
Dockerfile.standalone | ||
Dockerfile.ubi | ||
go.mod | ||
go.sum | ||
GOVERNANCE.md | ||
LICENSE | ||
main.go | ||
MAINTAINERS.md | ||
Makefile | ||
PROJECT | ||
README.md | ||
SECURITY.md | ||
tools.go |
External Secrets
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 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 at 8:00 PM Berlin Time on Jitsi. 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 contact@external-secrets.io (or 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/