From 7b7ce8e4e2c2d555c532cc768f16f3a40b56fd5b Mon Sep 17 00:00:00 2001 From: mposolda Date: Fri, 18 Nov 2016 22:17:49 +0100 Subject: [PATCH] Remove note about mongo not supporting userFederatedStorage --- topics/mongo.adoc | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/topics/mongo.adoc b/topics/mongo.adoc index 45ee7cfe60..60f61726c4 100644 --- a/topics/mongo.adoc +++ b/topics/mongo.adoc @@ -116,26 +116,6 @@ Therefore, a configuration like the following ---- will authenticate the user against the authentication database, but store all {{book.project.name}} related data in the keycloak database. -Finally, there's some ongoing incomplete refactoring work that needs to be disabled as there isn't a Mongo implementation for it. Replace the following XML - -[source,xml] ----- - - jpa - ----- - -with - -[source,xml] ----- - - - ----- - - - === MongoDB Replica Sets In order to use a mongo replica set for {{book.project.name}}, one has to use URI based configuration, which supports the definition of replica sets out of the box: `mongodb://host1:27017,host2:27017,host3:27017/`.