Skip to content

Commit

Permalink
Merge pull request kubernetes#9098 from benmccann/vault-keywhiz-docs
Browse files Browse the repository at this point in the history
Document how a secrets server like Vault or Keywhiz might fit into Kubernetes
  • Loading branch information
saad-ali committed Jun 18, 2015
2 parents 9da215e + d7efc88 commit 968156e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/design/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ have different preferences for the central store of secret data. Some possibili

1. An etcd collection alongside the storage for other API resources
2. A collocated [HSM](http://en.wikipedia.org/wiki/Hardware_security_module)
3. An external datastore such as an external etcd, RDBMS, etc.
3. A secrets server like [Vault](https://www.vaultproject.io/) or [Keywhiz](https://square.github.io/keywhiz/)
4. An external datastore such as an external etcd, RDBMS, etc.

#### Size limit for secrets

Expand Down

0 comments on commit 968156e

Please sign in to comment.