Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Auernhammer authored Apr 23, 2020
1 parent 6b3cd28 commit bda681b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Kes
Kes is a tool for managing and distributing secret keys at scale. In particular, it decouples a traditional key-management-system (KMS) - like AWS-KMS or Hashicorp Vault from large-scale and high-performance applications.
# KES
KES is a stateless and distributed key-management system for high-performance applications. We built KES as the bridge between modern applications - running as containers on [Kubernetes](https://kubernetes.io) - and centralized KMS solutions. Therefore, KES has been designed to be simple, scalable and secure by default. It has just a few knobs to tweak instead of a complex configuration and does not require a deep understanding of secure key-management or cryptography.

## Architecture
[![KES](https://raw.githubusercontent.com/minio/kes/master/.github/arch.png)](https://min.io)
Expand Down Expand Up @@ -39,4 +39,4 @@ GO111MODULE=on go get github.com/minio/kes/cmd/kes
For your first steps checkout our [Getting Started](https://github.com/minio/kes/wiki/Getting-Started) guide.

## License
Use of `kes` is governed by the AGPLv3 license that can be found in the [LICENSE](./LICENSE) file.
Use of `KES` is governed by the AGPLv3 license that can be found in the [LICENSE](./LICENSE) file.

0 comments on commit bda681b

Please sign in to comment.