a5df950b4b
This patch set adds barbican chart to OpenStack-Helm. Implements: bp add-barbican-chart Change-Id: I46949a9fda74b4dfdb737004dbb5d064104c72e6
27 lines
675 B
Smarty
27 lines
675 B
Smarty
[DEFAULT]
|
|
# default target endpoint type
|
|
# should match the endpoint type defined in service catalog
|
|
target_endpoint_type = key-manager
|
|
|
|
# map urls ending with specific text to a unique action
|
|
# Don't need custom mapping for other resource operations
|
|
# Note: action should match action names defined in CADF taxonomy
|
|
[custom_actions]
|
|
acl/get = read
|
|
|
|
|
|
# path of api requests for CADF target typeURI
|
|
# Just need to include top resource path to identify class of resources
|
|
[path_keywords]
|
|
secrets=
|
|
containers=
|
|
orders=
|
|
cas=None
|
|
quotas=
|
|
project-quotas=
|
|
|
|
|
|
# map endpoint type defined in service catalog to CADF typeURI
|
|
[service_endpoints]
|
|
key-manager = service/security/keymanager
|