Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
supersven committed Dec 19, 2024
1 parent f3cf6ee commit 2dec66a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/brig/test/integration/API/Search.hs
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,8 @@ testMigrationToNewIndex opts brig migrateIndexCommand = do
& Opt.elasticsearchLens . Opt.additionalCaCertLens .~ (opts ^. Opt.elasticsearchLens . Opt.caCertLens)
& Opt.elasticsearchLens . Opt.additionalInsecureSkipVerifyTlsLens .~ (opts ^. Opt.elasticsearchLens . Opt.insecureSkipVerifyTlsLens)
optsWithIndex "oldAccessToBoth" =
-- Configure only the old index. However, allow HTTP access to both
-- (such that jobs can create and fill the new one).
optsWithIndex "old" & Opt.elasticsearchLens . Opt.urlLens .~ (ES.Server bothIndexUrl)

-- Phase 1: Using old index only
Expand Down

0 comments on commit 2dec66a

Please sign in to comment.