barbican/doc/source/install/get_started.rst
Tim Burke b49b6c877e docs: Fix typo: barican
Change-Id: Ia1449a778a8c5f3fc573c91b641adb20b7ad6039
2019-10-11 12:27:59 -07:00

23 lines
820 B
ReStructuredText

============================
Key Manager service overview
============================
The Key Manager service provides secure storage, provisioning and management of
secrets, such as passwords, encryption keys, etc.
The Key Manager service consists of the following components:
``barbican-api`` service
Provides an OpenStack-native RESTful API that supports provisioning and managing
Barbican secrets.
``barbican-worker`` service
Provides an Openstack RPC interface that interacts with ``barbican-api``
and reads from the barbican message queue. Supports the fulfillment of
Barbican orders.
``barbican-keystone-listener`` service
Listens to messages from the Keystone notification service.
Used to manage the representation of Keystone projects in the Barbican
database when projects are deleted.