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/README.md

77 lines
5.7 KiB
Markdown
Raw Normal View History

2020-11-19 15:35:34 +00:00
# External Secrets
2021-02-10 14:14:02 +00:00
<img src="assets/round_eso_logo.png" width="100">
2021-02-10 14:10:13 +00:00
----
2021-05-12 13:10:20 +00:00
The External Secrets Operator reads information from a third party service
2020-11-23 14:21:01 +00:00
like [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/) and automatically injects the values as [Kubernetes Secrets](https://kubernetes.io/docs/concepts/configuration/secret/).
2020-11-19 15:35:34 +00:00
2020-11-23 14:21:01 +00:00
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](https://github.com/external-secrets/kubernetes-external-secrets/issues/47) and this [PR](https://github.com/external-secrets/kubernetes-external-secrets/pull/477).
2020-11-19 15:35:34 +00:00
2021-05-12 13:10:20 +00:00
# Supported Backends
2020-11-19 15:35:34 +00:00
2021-05-12 13:10:20 +00:00
- [AWS Secrets Manager](https://external-secrets.io/provider-aws-secrets-manager/)
- [AWS Parameter Store](https://external-secrets.io/provider-aws-parameter-store/)
2021-11-07 20:21:27 +00:00
- [Akeyless](https://www.akeyless.io/)
2021-05-12 20:50:05 +00:00
- [Hashicorp Vault](https://www.vaultproject.io/)
2021-05-27 10:38:24 +00:00
- [Google Cloud Secrets Manager](https://external-secrets.io/provider-google-secrets-manager/)
2021-06-09 08:29:42 +00:00
- [Azure Key Vault](https://external-secrets.io/provider-azure-key-vault/)
2021-07-01 14:13:53 +00:00
- [IBM Cloud Secrets Manager](https://external-secrets.io/provider-ibm-secrets-manager/)
2021-08-19 14:33:36 +00:00
- [Yandex Lockbox](https://external-secrets.io/provider-yandex-lockbox/)
2021-08-25 17:07:35 +00:00
- [Gitlab Project Variables](https://external-secrets.io/provider-gitlab-project-variables/)
2021-08-31 17:19:23 +00:00
- [Alibaba Cloud KMS](https://www.alibabacloud.com/product/kms) (Docs still missing, PRs welcomed!)
- [Oracle Vault](https://external-secrets.io/provider-oracle-vault)
- [Generic Webhook](https://external-secrets.io/provider-webhook)
2020-11-19 15:35:34 +00:00
## Stability and Support Level
### Internally maintained:
| Provider | Stability | Contact |
| ------------------------------------------------------------------------ | :-------: | ---------------------------------------------: |
2021-11-29 11:57:04 +00:00
| [AWS SM](https://external-secrets.io/provider-aws-secrets-manager/) | beta | [ESO Org](https://github.com/external-secrets) |
| [AWS PS](https://external-secrets.io/provider-aws-parameter-store/) | beta | [ESO Org](https://github.com/external-secrets) |
2021-11-10 17:09:33 +00:00
| [Hashicorp Vault](https://external-secrets.io/provider-hashicorp-vault/) | stable | [ESO Org](https://github.com/external-secrets) |
2022-01-14 19:29:43 +00:00
| [GCP SM](https://external-secrets.io/provider-google-secrets-manager/) | stable | [ESO Org](https://github.com/external-secrets) |
### Community maintained:
2021-07-01 14:13:53 +00:00
| Provider | Stability | Contact |
| ------------------------------------------------------------------- | :-------: | :----------------------------------------: |
| [Azure KV](https://external-secrets.io/provider-azure-key-vault/) | alpha | [@ahmedmus-1A](https://github.com/ahmedmus-1A) [@asnowfix](https://github.com/asnowfix) [@ncourbet-1A](https://github.com/ncourbet-1A) [@1A-mj](https://github.com/1A-mj) |
| [IBM SM](https://external-secrets.io/provider-ibm-secrets-manager/) | alpha | [@knelasevero](https://github.com/knelasevero) [@sebagomez](https://github.com/sebagomez) [@ricardoptcosta](https://github.com/ricardoptcosta) |
| [Yandex Lockbox](https://external-secrets.io/provider-yandex-lockbox/) | alpha | [@AndreyZamyslov](https://github.com/AndreyZamyslov) [@knelasevero](https://github.com/knelasevero) |
| [Gitlab Project Variables](https://external-secrets.io/provider-gitlab-project-variables/) | alpha | [@Jabray5](https://github.com/Jabray5) |
| Alibaba Cloud KMS | alpha | [@ElsaChelala](https://github.com/ElsaChelala) |
| [Oracle Vault]( https://external-secrets.io/provider-oracle-vault) | alpha | [@KianTigger](https://github.com/KianTigger) [@EladGabay](https://github.com/EladGabay) |
2021-11-07 14:18:40 +00:00
| [Akeyless]( https://external-secrets.io/provider-akeyless) | alpha | [@renanaAkeyless](https://github.com/renanaAkeyless) |
| [Generic Webhook](https://external-secrets.io/provider-webhook) | alpha | [@willemm](https://github.com/willemm) |
## Documentation
External Secrets Operator guides and reference documentation is available at [external-secrets.io](https://external-secrets.io).
## Support
2021-06-24 13:27:07 +00:00
You can use GitHub's [issues](https://github.com/external-secrets/external-secrets/issues) to report bugs/suggest features or use GitHub's [discussions](https://github.com/external-secrets/external-secrets/discussions) to ask for help and figure out problems. You can also reach us at our KES and ESO shared [channel in Kubernetes slack](https://kubernetes.slack.com/messages/external-secrets).
Even though we have active maintainers and people assigned to this project, we kindly ask for patience when asking for support. We will try to get to priority issues as fast as possible, but there may be some delays.
2021-03-03 12:55:58 +00:00
## Contributing
We welcome and encourage contributions to this project! Please read the [Developer](https://www.external-secrets.io/contributing-devguide/) and [Contribution process](https://www.external-secrets.io/contributing-process/) guides. Also make sure to check the [Code of Conduct](https://www.external-secrets.io/contributing-coc/) and adhere to its guidelines.
## Security
Please report vulnerabilities by email to contact@external-secrets.io, also see our [security policy](SECURITY.md) for details.
2021-12-16 17:45:33 +00:00
## Adopters
2021-10-20 21:49:31 +00:00
Please create a PR and add your company or your project to our [ADOPTERS](ADOPTERS.md) file if you are using our project!
2020-11-23 14:21:01 +00:00
## Kicked off by
2020-11-19 15:35:34 +00:00
2020-11-23 14:21:01 +00:00
![](assets/CS_logo_1.png)
![](assets/Godaddylogo_2020.png)