f8decc73fc
Change-Id: I7aaa242ee1ecbfcbcc7502b0ce8e5a9191d307f2 Depends-On: I07e52897897f453382f74aa4fdaa98c37e6eca30
18 lines
803 B
YAML
18 lines
803 B
YAML
# A Heat environment file to enable the barbican Dogtag 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 an appropriate data
|
|
#
|
|
# BarbicanDogtagStoreHost: Hostname of the Dogtag server
|
|
# BarbicanDogtagStorePort: Port for the Dogtag server
|
|
# BarbicanDogtagStorePEMPath: Path for the PEM file used to authenticate requests
|
|
# - defaults to /etc/barbican/kra_admin_cert.pem
|
|
# BarbicanDogtagStoreNSSPassword: Password for the NSS DB
|
|
# BarbicanDogtagStoreGlobalDefault: Whether this plugin is the global default plugin
|
|
# - defaults to false
|
|
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::BarbicanBackendDogtag: ../puppet/services/barbican-backend-dogtag.yaml
|