<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 18/11/15 21:11, Stian Thorgersen
wrote:<br>
</div>
<blockquote
cite="mid:CAJgngAe3KxiWMnqb1=X7A84y+hdSfJtNFGaFbmqiC+1Uzqw_FA@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>You need Mongo running on your machine first as the
embedded Mongo used for the testsuite is ran from Maven.</div>
<div><br>
</div>
<div>Once you have Mongo running locally it's pretty easy, edit
(but don't commit the changes):</div>
<div><br>
</div>
testsuite/integration/src/test/resources/META-INF/keycloak-server.json<br>
<div><br>
</div>
<div>Change the providers to mongo. There are default settings
for Mongo already there and should work as long as you have
Mongo running locally.</div>
<div><br>
</div>
<div>I find it easier to just change the keycloak-server.json
directly, but you can also use system properties to set the
providers, but that's pretty annoying to do when your running
tests from IntelliJ.</div>
</div>
</blockquote>
For me, it doesn't seem annoying. I just copy/paste this line with
properties when running any test:<br>
<br>
-Dkeycloak.realm.provider=mongo -Dkeycloak.user.provider=mongo
-Dkeycloak.userSessionPersister.provider=mongo
-Dkeycloak.eventsStore.provider=mongo
-Dkeycloak.connectionsMongo.db=keycloak
-Dresources<br>
<br>
I also usually use this for KeycloakServer setup during development.<br>
<br>
Marek<br>
<br>
<blockquote
cite="mid:CAJgngAe3KxiWMnqb1=X7A84y+hdSfJtNFGaFbmqiC+1Uzqw_FA@mail.gmail.com"
type="cite">
<div class="gmail_extra"><br>
<div class="gmail_quote">On 18 November 2015 at 17:28, Bill
Burke <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Anybody
know how to run mongo backend with integration tests within<br>
Intellij?<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Bill Burke<br>
JBoss, a division of Red Hat<br>
<a moz-do-not-send="true"
href="http://bill.burkecentral.com" rel="noreferrer"
target="_blank">http://bill.burkecentral.com</a><br>
<br>
<br>
_______________________________________________<br>
keycloak-dev mailing list<br>
<a moz-do-not-send="true"
href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
<a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/keycloak-dev"
rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br>
</font></span></blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
keycloak-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a></pre>
</blockquote>
<br>
</body>
</html>