软件包:hiera-eyaml(2.1.0-1)
OpenSSL Encryption backend for Hiera
A backend for Hiera that provides per-value encryption of sensitive data within yaml files to be used by Puppet.
Only the values are encrypted, allowing files to be swiftly reviewed without decryption.
The value of each key is encrypted individually, which means that "git diff" is meaningful.
Includes a command line tool for encrypting, decrypting, editing and rotating keys. This makes it almost as easy as using clear text files.
Basic asymmetric encryption (PKCS#7) is used by default. This does not require any native libraries to be compiled, and it allows users without the private key to encrypt values that the puppet master can decrypt
hiera-eyaml includes a pluggable encryption framework (e.g. GPG encryption (hiera-eyaml-gpg) can be used if you have the need for multiple keys and easier key rotation)
其他与 hiera-eyaml 有关的软件包
|
|
|
|
-
- dep: hiera
- Light weight hierarchical data store
-
- dep: ruby
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-highline (>= 1.6.19)
- high-level interactive IO Ruby library
-
- dep: ruby-trollop (>= 2.0)
- command-line argument processing library