You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
627 B
13 lines
627 B
# 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
|
|
|