Fix wrong plugin name

The kmip_crypto secret plugin does not exist.

Change-Id: I2cd280e054cce30fd2cb76a2158d3d5bfb3e0c04
This commit is contained in:
Takashi Kajinami 2024-04-22 20:41:01 +09:00
parent b6edfda344
commit e7f6443751

View File

@ -467,7 +467,7 @@ The configuration for this plugin in ``/etc/barbican/barbican.conf`` is as follo
[secretstore]
..
enabled_secretstore_plugins = kmip_crypto
enabled_secretstore_plugins = kmip_plugin
[kmip_plugin]
username = 'admin'