diff --git a/doc/source/admin/appdev-guide/encrypting_properties.rst b/doc/source/admin/appdev-guide/encrypting_properties.rst index b7716c764..581f7f9d7 100644 --- a/doc/source/admin/appdev-guide/encrypting_properties.rst +++ b/doc/source/admin/appdev-guide/encrypting_properties.rst @@ -26,25 +26,26 @@ To configure Murano to use Barbican, place the following configuration into `murano-engine.conf`:: [key_manager] - auth_type = 'keystone_password' + auth_type = keystone_password auth_url = username = password = - project_id = user_domain_name = Similarly, place the following configuration into `_50_murano.py` to configure the murano-dashboard end:: KEY_MANAGER = { - 'auth_url': /v3', - 'username': , - 'user_domain_name': , - 'password': , - 'project_name': , - 'project_domain_name': + 'auth_url': '/v3', + 'username': '', + 'user_domain_name': '', + 'password': '', + 'project_name': '', + 'project_domain_name': '' } +.. note:: Horizon config must be valid Python, so the quotes above are important. + Example ------- `encryptData(foo)`: Call to encrypt string `foo` in storage. Will return a