Skip to content

Commit ae31f68

Browse files
MB-61292: Remove chronicle_dek_path as there is no such...
... dek anymore Change-Id: Iafd185273f03b093c769600ac3dd2c9dcc59eba7 Reviewed-on: https://review.couchbase.org/c/ns_server/+/221168 Reviewed-by: Navdeep S Boparai <[email protected]> Well-Formed: Build Bot <[email protected]> Tested-by: Timofey Barmin <[email protected]>
1 parent 9fe9d5b commit ae31f68

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/ns_babysitter/src/cb_gosecrets_runner.erl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -667,9 +667,7 @@ defaults() ->
667667
{config_dek_path, iolist_to_binary(filename:join(ConfigDir, "deks"))},
668668
{audit_dek_path, iolist_to_binary(filename:join(LogDir, "audit_deks"))},
669669
{log_dek_path,
670-
iolist_to_binary(filename:join([LogDir, "deks"]))},
671-
{chronicle_dek_path,
672-
iolist_to_binary(filename:join([ConfigDir, "chronicle_deks"]))}].
670+
iolist_to_binary(filename:join([LogDir, "deks"]))}].
673671

674672
format_error({write_failed, CfgPath, Error}) ->
675673
io_lib:format("Could not write file '~s': ~s (~p)",

0 commit comments

Comments
 (0)