5e46c2a579
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the barbican API service. The barbican backend files are also moved into the deployment/barbican directory for consistency. Change-Id: Ib4a3993ac352e9e00f72ddf374042b574f6d55d6 Related-Blueprint: services-yaml-flattening
14 lines
638 B
YAML
14 lines
638 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: ../deployment/barbican/barbican-backend-simple-crypto-puppet.yaml
|