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
dependabot[bot] c85e87dd08
chore(deps): bump github.com/aws/aws-sdk-go from 1.44.101 to 1.44.114 (#1627)
* chore(deps): bump github.com/aws/aws-sdk-go from 1.44.101 to 1.44.114

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.101 to 1.44.114.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.101...v1.44.114)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: add ginkgo tools

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Moritz Johner <beller.moritz@googlemail.com>
2022-10-10 21:13:39 +02:00
.github chore(deps): bump golang from 1.19.1-alpine to 1.19.2-alpine (#1621) 2022-10-10 19:59:25 +02:00
apis enable configuration of environment_scope for gitlab provider (#1565) 2022-09-27 22:08:38 +02:00
assets chore: add pento to sponsors 2022-04-29 20:58:09 +02:00
cmd Add optional caching for Vault clients, including token re-use. (#1537) 2022-09-30 20:41:36 +02:00
config/crds/bases chore(deps): bump sigs.k8s.io/controller-tools from 0.9.2 to 0.10.0 (#1581) 2022-09-27 22:09:21 +02:00
deploy chore: bump 0.6.0 (#1618) 2022-10-09 00:44:54 +02:00
design 🗺️ Design for dataFrom key rewrite (#1188) 2022-07-22 13:15:11 -03:00
docs Stability docs update (#1620) 2022-10-10 14:07:46 +03:00
e2e chore(deps): bump github.com/aws/aws-sdk-go from 1.44.101 to 1.44.114 (#1627) 2022-10-10 21:13:39 +02:00
hack feat: test UBI image build (#1574) 2022-10-06 19:14:13 +02:00
overrides Using new syntax for overrides 2022-02-01 15:41:50 -03:00
pkg test: use T.Setenv to set env vars in tests (#1611) 2022-10-06 22:05:42 +02:00
terraform Adds service account with Worload identity annotations 2022-06-22 15:14:37 -03: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
.gitignore ArgoCD & Flux e2e suites (#1041) 2022-05-23 16:14:21 +02:00
.golangci.yaml fix: aws parameter store json decode, bump go 1.19 (#1525) 2022-09-06 19:46:36 +02:00
ADOPTERS.md Add Voiceflow to ADPOTERS file (#1601) 2022-10-04 21:25:35 +02: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
Dockerfile chore: replace alpine by distroless 2021-12-06 14:17:24 +01:00
Dockerfile.standalone chore(deps): bump golang from 1.19.1-alpine to 1.19.2-alpine (#1621) 2022-10-10 19:59:25 +02:00
Dockerfile.ubi feat: test UBI image build (#1574) 2022-10-06 19:14:13 +02:00
go.mod chore(deps): bump github.com/aws/aws-sdk-go from 1.44.101 to 1.44.114 (#1627) 2022-10-10 21:13:39 +02:00
go.sum chore(deps): bump github.com/aws/aws-sdk-go from 1.44.101 to 1.44.114 (#1627) 2022-10-10 21:13:39 +02:00
LICENSE initial commit 2020-11-19 16:34:16 +01:00
main.go fix: aws parameter store json decode, bump go 1.19 (#1525) 2022-09-06 19:46:36 +02:00
Makefile fix: create main image with ubi suffix (#1619) 2022-10-08 23:53:15 +02:00
PROJECT feat: implement ClusterExternalSecret (#542) 2022-03-20 09:32:27 +01:00
README.md fix: broken links in README (#1556) 2022-09-16 14:38:15 -03:00
SECURITY.md feat: security policy & dependabot (#60) 2021-03-17 08:32:32 +01:00
tools.go feat(e2e): implement aws tests, enhance gcp tests 2022-01-21 23:37:50 +01:00

external-secrets

External Secrets

ci CII Best Practices Go Report Card 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, Akeyless 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 5:30 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, also see our security policy for details.

Adopters

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

Kicked off by

Sponsored by