Skip to content

Commit 2b0a462

Browse files
fixup! Signer info store DB implementation
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
1 parent a98f3e3 commit 2b0a462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/view/sdk/dig/providers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func newSignerInfoStore(in struct {
6464
Config driver.ConfigService
6565
Drivers []driver2.NamedDriver `group:"db-drivers"`
6666
}) (driver4.SignerInfoStore, error) {
67-
driverName := driver4.PersistenceType(utils.DefaultString(in.Config.GetString("fsc.binding.persistence.type"), string(sql.SQLPersistence)))
67+
driverName := driver4.PersistenceType(utils.DefaultString(in.Config.GetString("fsc.signerinfo.persistence.type"), string(sql.SQLPersistence)))
6868
if unsupportedStores.Contains(driverName) {
6969
return signerinfo.NewKVSBased(in.KVS), nil
7070
}

0 commit comments

Comments
 (0)