barbican/doc/source/install/get_started.rst
Nam Nguyen Hoai 755fee7f0c Update two Barbican services to Docs
Currently, there is a lack of service information. "barbican-worker"
and "barbican-keystone-listener" should be updated to "Key Manager
service overview".

Change-Id: I1d11c358fa6693a4d9e996215db6a61e2dc9484d
2018-07-04 06:09:30 +07:00

819 B

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 ''barican-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.