diff --git a/deploy-guide/source/configure.rst b/deploy-guide/source/configure.rst index 8cd9f2d0a5..f69f50d8da 100644 --- a/deploy-guide/source/configure.rst +++ b/deploy-guide/source/configure.rst @@ -346,7 +346,10 @@ Configuring service credentials Configure credentials for each service in the ``/etc/openstack_deploy/user_secrets.yml`` file. Consider using the `Ansible Vault `_ feature to -increase security by encrypting any files that contain credentials. +increase security by encrypting any files that contain credentials. You +can leverage `osa_ops.encrypt_secrets collection `_ +to automate simplify the process of encryption and further management +of secrets. Adjust permissions on these files to restrict access by non-privileged users.