Accept array for barbican::api::enabled_secret_stores

The parameter defines the value of [secretstore] stores_lookup_suffx
option, which is a ListOpt.

Change-Id: I78954f70700cbcfe1f76f311d1a61cd1c6e45abf
This commit is contained in:
Takashi Kajinami 2023-11-08 01:05:56 +09:00
parent 7bcaae05f6
commit ca2fd10f71
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ class barbican::api (
# enabled plugins when multiple plugins is enabled
barbican_config {
'secretstore/enable_multiple_secret_stores': value => $multiple_secret_stores_enabled;
'secretstore/stores_lookup_suffix': value => $enabled_secret_stores;
'secretstore/stores_lookup_suffix': value => join(any2array($enabled_secret_stores), ',');
}
# keystone config