Skip to content

Commit

Permalink
Adds links to the blog and newsletter (#1130)
Browse files Browse the repository at this point in the history
and mentions commercial support in Readme.md
  • Loading branch information
fekete-robert authored Oct 2, 2020
1 parent a322a8f commit 5e891c3
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- [Inject secrets directly into pods from Vault](https://banzaicloud.com/blog/inject-secrets-into-pods-vault-revisited/)
- [Backing up Vault with Velero](https://banzaicloud.com/blog/vault-backup-velero/)
- [Vault replication across multiple datacenters on Kubernetes](https://banzaicloud.com/blog/vault-multi-datacenter/)
- [More blog posts about Bank-Vaults](https://banzaicloud.com/tags/bank-vaults/)

We use Vault across our large Kubernetes deployments and all the projects were `reinventing` the wheel. We have externalized all the codebase into this project and removed all the [Pipeline](https://github.com/banzaicloud/pipeline) and [Hollowtrees](https://github.com/banzaicloud/hollowtrees) dependencies thus this project can be used independently as a CLI tool to manage Vault, a Golang library to build upon (OAuth2 tokens, K8s auth, Vault operator, dynamic secrets, cloud credential storage, etc), Helm chart for a HA cluster, operator, mutating webhook and a collection of scripts to support some advanced features (dynamic SSH, etc).

Expand Down Expand Up @@ -84,16 +85,18 @@ go get github.com/banzaicloud/bank-vaults/cmd/vault-env
## Documentation

Read more about usage of bank-vaults in the [detailed
documentation](https://banzaicloud.com/docs/bank-vaults/).
Bank-Vaults documentation](https://banzaicloud.com/docs/bank-vaults/) and in our [blog posts about Bank-Vaults](https://banzaicloud.com/tags/bank-vaults/).

## Development

If you want to hack with bank-vaults please follow the [development
documentation](https://banzaicloud.com/docs/bank-vaults/contributing/).

## Community
## Bank-Vaults Support

If you have any questions about Bank-Vaults, and would like to talk to us and the other members of the Banzai Cloud community, please join our **#bank-vaults** channel on [Slack](https://pages.banzaicloud.com/invite-slack).
### Community Support

If you encounter any problems that is not addressed in our documentation, [open an issue](https://github.com/banzaicloud/bank-vaults/issues) or talk to us on the [Banzai Cloud Slack channel #Bank-Vaults](https://pages.banzaicloud.com/invite-slack).

If you find this project useful, help us:

Expand All @@ -102,6 +105,14 @@ If you find this project useful, help us:
- Help new users with issues they may encounter :muscle:
- Send a pull request with your new features and bug fixes :rocket:

### Commercial Support

If you are using Bank-Vaults in a production environment and [require commercial support, contact Banzai Cloud](https://banzaicloud.com/contact/), the company backing the development of Bank Vaults.

### Engineering Blog

To be up-to-date with Bank-Vaults and the other open source and commercial [products of Banzai Cloud, subscribe to our blog](https://pages.banzaicloud.com/sign-up-for-the-banzai-cloud-newsletter/).

## Credits

Kudos to HashiCorp for open sourcing Vault and making secret management easier and more secure.
Expand Down

0 comments on commit 5e891c3

Please sign in to comment.