1.8 KiB
1.8 KiB
Configuration option = Default value | Description |
---|---|
[barbican] | |
cafile = None |
(String) PEM encoded Certificate Authority to use when verifying HTTPs connections. |
catalog_info =
key-manager:barbican:public |
(String) Info to match when looking for barbican in the service catalog. Format is: separated values of the form: <service_type>:<service_name>:<endpoint_type> |
certfile = None |
(String) PEM encoded client certificate cert file |
endpoint_template = None |
(String) Override service catalog lookup with template for barbican endpoint e.g. http://localhost:9311/v1/%(project_id)s |
insecure = False |
(Boolean) Verify HTTPS connections. |
keyfile = None |
(String) PEM encoded client certificate key file |
os_region_name = None |
(String) Region name of this node |
timeout = None |
(Integer) Timeout value for http requests |
[certificates] | |
barbican_auth = barbican_acl_auth |
(String) Name of the Barbican authentication method to use |
cert_manager_type = barbican |
(String) Certificate Manager plugin. Defaults to barbican. |