We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df90d8 commit 94c73acCopy full SHA for 94c73ac
path_config.go
@@ -42,6 +42,9 @@ type keyfactorConfig struct {
42
43
func (b *keyfactorBackend) fetchConfig(ctx context.Context, s logical.Storage) (*keyfactorConfig, error) {
44
if b.cachedConfig != nil {
45
+ if b.cachedConfig.CommandAPIPath == "" {
46
+ b.cachedConfig.CommandAPIPath = "KeyfactorAPI"
47
+ }
48
return b.cachedConfig, nil
49
}
50
0 commit comments