f8decc73fc
Change-Id: I7aaa242ee1ecbfcbcc7502b0ce8e5a9191d307f2 Depends-On: I07e52897897f453382f74aa4fdaa98c37e6eca30
17 lines
851 B
YAML
17 lines
851 B
YAML
# A Heat environment file to enable the barbican PKCS11 crypto backend. Note
|
|
# that barbican needs to be enabled in order to use this.
|
|
parameter_defaults:
|
|
# In order to use this backend, you need to uncomment these values and
|
|
# provide the appropriate values.
|
|
#
|
|
# BarbicanPkcs11CryptoLibraryPath: Path to vendor PKCS11 library
|
|
# BarbicanPkcs11CryptoLogin: Password to login to PKCS11 session
|
|
# BarbicanPkcs11CryptoMKEKLabel: Label for Master KEK
|
|
# BarbicanPkcs11CryptoMKEKLength: Length of Master KEK in bytes
|
|
# BarbicanPkcs11CryptoHMACLabel: Label for the HMAC key
|
|
# BarbicanPkcs11CryptoSlotId: Slot Id for the HSM
|
|
# BarbicanPkcs11CryptoGlobalDefault: Whether this plugin is the global default plugin
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::BarbicanBackendPkcs11Crypto: ../puppet/services/barbican-backend-pkcs11-crypto.yaml
|