Skip to content

Commit 312b020

Browse files
committed
disable caching of encryption passphrase by default
1 parent 904d5e1 commit 312b020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/cliConfiguration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ func (c *Config) bindSettings() {
474474
c.viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
475475
c.viper.SetEnvPrefix(EnvSettingsPrefix)
476476
err := c.WithOptions(
477-
WithBindEnv(SettingEncryptionCachePassphrase, true),
477+
WithBindEnv(SettingEncryptionCachePassphrase, false),
478478
WithBindEnv(SettingsMaxWorkers, 50),
479479
WithBindEnv(SettingsWorkers, 1),
480480
WithBindEnv(SettingsIncludeAllPageSize, 2000),

0 commit comments

Comments
 (0)