f8decc73fc
Change-Id: I7aaa242ee1ecbfcbcc7502b0ce8e5a9191d307f2 Depends-On: I07e52897897f453382f74aa4fdaa98c37e6eca30
14 lines
627 B
YAML
14 lines
627 B
YAML
# A Heat environment file to enable the barbican simple 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 this value and
|
|
# provide an appropriate KEK that barbican will use to encrypt secrets
|
|
# in the database.
|
|
#
|
|
# BarbicanSimpleCryptoKek: The Key-Encryption-Key goes here.
|
|
# BarbicanSimpleCryptoGlobalDefault : whether this plugin is the global default
|
|
# -- defaults to false
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::BarbicanBackendSimpleCrypto: ../puppet/services/barbican-backend-simple-crypto.yaml
|