From e7f644375165378b74884fc45e1a99ad30cc83c1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 22 Apr 2024 20:41:01 +0900 Subject: [PATCH] Fix wrong plugin name The kmip_crypto secret plugin does not exist. Change-Id: I2cd280e054cce30fd2cb76a2158d3d5bfb3e0c04 --- doc/source/install/barbican-backend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/barbican-backend.rst b/doc/source/install/barbican-backend.rst index 4fc737d48..c41cd1e43 100644 --- a/doc/source/install/barbican-backend.rst +++ b/doc/source/install/barbican-backend.rst @@ -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'