Skip to content

Commit 86d1739

Browse files
committed
test(wip): add integration test for rbac restore options [sync]
1 parent f723bdc commit 86d1739

File tree

3 files changed

+582
-473
lines changed

3 files changed

+582
-473
lines changed

src/test/java/io/weaviate/integration/client/WeaviateDockerCompose.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public Weaviate(String dockerImageName, boolean withOffloadS3) {
5858
withEnv("PERSISTENCE_FLUSH_IDLE_MEMTABLES_AFTER", "1");
5959
withEnv("ENABLE_MODULES", String.join(",", enableModules));
6060
withCreateContainerCmdModifier(cmd -> cmd.withHostName("weaviate"));
61+
62+
withEnv("AUTHENTICATION_DB_USERS_ENABLED", "true");
6163
}
6264
}
6365

0 commit comments

Comments
 (0)