2017-10-31 15:26:38 +00:00
|
|
|
# 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.
|
|
|
|
#
|
2017-12-05 06:52:33 +00:00
|
|
|
# BarbicanSimpleCryptoKek: The Key-Encryption-Key goes here.
|
|
|
|
# BarbicanSimpleCryptoGlobalDefault : whether this plugin is the global default
|
|
|
|
# -- defaults to false
|
|
|
|
|
2017-10-31 15:26:38 +00:00
|
|
|
resource_registry:
|
|
|
|
OS::TripleO::Services::BarbicanBackendSimpleCrypto: ../puppet/services/barbican-backend-simple-crypto.yaml
|