Skip to content

Commit

Permalink
By default no signing plugin is enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Christensen <kimworking@gmail.com>
  • Loading branch information
kichristensen committed Apr 10, 2024
1 parent a38934b commit 96c696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func DefaultDataStore() Data {
RuntimeDriver: RuntimeDriverDocker,
DefaultStoragePlugin: "mongodb-docker",
DefaultSecretsPlugin: "host",
DefaultSigningPlugin: "mock",
DefaultSigningPlugin: "",
Logs: LogConfig{Level: "info"},
Verbosity: DefaultVerbosity,
}
Expand Down

0 comments on commit 96c696f

Please sign in to comment.