1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-31 04:14:37 +00:00

add TODO for Hashicorp's vault

This commit is contained in:
Jörg Thalheim 2020-07-18 10:57:38 +01:00
parent a6d21fe0d8
commit 6fb287d872
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -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