From 6fb287d872624cf6cae3078627b6ece999909f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 18 Jul 2020 10:57:38 +0100 Subject: [PATCH] add TODO for Hashicorp's vault --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2463385..87b78cd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Sops-nix decrypts secrets [sops files](https://github.com/mozilla/sops#2usage) on the target machine to files specified in the NixOS configuration at activation time. It also adjusts file permissions/owner/group. It uses either host ssh keys or GPG keys for decryption. In future we will also support cloud -key management APIs such as AWS KMS, GCP KMS, Azure Key Vault. +key management APIs such as AWS KMS, GCP KMS, Azure Key Vault or Hashicorp's vault. ## Features