<div dir="ltr">I&#39;m trying to use Keycloak 2.0.0 from the docker image using mysql and I can&#39;t log in once running. It all starts up ok and it creates the initial schema ok. When I try to log in to the admion console it can&#39;t find the admin user. What am I doing wrong? I thought it was my modifications to the image to add https that were wrong but it doesn&#39;t work from the published image anyway.<div><br></div><div>lots snipped....</div><div><div>keycloak_1 | 2016-08-17T16:39:58.280453387Z 16:39:58,280 INFO  [<a href="http://org.jboss.as">org.jboss.as</a>] (Controller Boot Thread) WFLYSRV0025: Keycloak 2.0.0.Final (WildFly Core 2.0.10.Final) started in 29551ms - Started 418 of 800 services (542 services are lazy, passive or on-demand)<br></div><div>keycloak_1 | 2016-08-17T16:40:16.238260785Z 16:40:16,237 WARN  [org.keycloak.events] (default task-7) type=LOGIN_ERROR, realmId=master, clientId=security-admin-console, userId=null, ipAddress=10.20.11.52, error=user_not_found, auth_method=openid-connect, auth_type=code, redirect_uri=<a href="http://10.20.13.236:8080/auth/admin/master/console/">http://10.20.13.236:8080/auth/admin/master/console/</a>, code_id=2bde62ed-9b9f-4620-b07f-39d4a282098c, username=admin</div><div><br></div><div>docker-compose.yml is:</div><div><div>keycloak:</div><div>  image: jboss/keycloak-mysql:2.0.0.Final</div><div><div>#  image: <a href="http://docker.pibenchmark.com/pi-keycloak:2.0.0-01">docker.pibenchmark.com/pi-keycloak:2.0.0-01</a></div></div><div>  environment:<br></div><div>    MYSQL_PORT_3306_TCP_ADDR: mysql<br></div><div>    MYSQL_PORT_3306_TCP_PORT: 3306</div><div>    MYSQL_USERNAME: keycloak</div><div>    MYSQL_PASSWORD: xxxxxx<br></div><div>  ports:</div><div>    - &quot;8443:8443/tcp&quot;</div><div>    - &quot;8080:8080/tcp&quot;</div><div>  links:</div><div>    - keycloak-db:mysql</div><div>#  tty: true</div><div>#  stdin_open: true</div><div><br></div><div>keycloak-db:</div><div>  environment:</div><div>    MYSQL_ROOT_PASSWORD: yyyyyy</div><div>    MYSQL_DATABASE: keycloak</div><div>    MYSQL_USER: keycloak</div><div>    MYSQL_PASSWORD: xxxxxx</div><div>  image: mysql/mysql-server:5.6</div><div>  volumes:</div><div>  - keycloak-test-db:/var/lib/mysql</div><div>  volume_driver: convoy</div></div><div><br></div><div><br></div><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><br></div><div><div style="color:rgb(0,0,0);font-size:12.8px"><div><font face="verdana, sans-serif"><b>Kevin Thorpe</b></font></div><div style="font-family:&quot;Times New Roman&quot;">VP Enterprise Platform</div><div style="font-family:&quot;Times New Roman&quot;"><img src="http://i.imgur.com/8UeC1YO.png" width="96" height="96"><br></div><div style="font-family:&quot;Times New Roman&quot;"><a href="http://www.p-i.net/" style="color:rgb(17,85,204);line-height:18.6311px" target="_blank">www.p-i.net</a> | <a href="https://twitter.com/@PI_150" style="color:rgb(17,85,204);line-height:18.6311px" target="_blank">@PI_150</a></div><br><b style="font-family:&quot;Times New Roman&quot;">T: <a href="tel:%2B44%20%280%2920%203005%206750" value="+442030056750" style="color:rgb(17,85,204)" target="_blank">+44 (0)20 3005 6750</a>  | F: <a href="tel:%2B44%280%2920%207730%202635" value="+442077302635" style="color:rgb(17,85,204)" target="_blank">+44(0)20 7730 2635</a>  | T: <a href="tel:%2B44%20%280%29808%20204%200344" value="+448082040344" style="color:rgb(17,85,204)" target="_blank">+44 (0)808 204 0344</a> </b><br><b style="font-family:&quot;Times New Roman&quot;"><font color="#515151">150 Buckingham Palace Road, London, SW1W 9TR, UK</font></b><font face="Times New Roman"> </font><br><br><div style="font-family:&quot;Times New Roman&quot;"><a><img src="https://clients.p-i.net/documents/11003/1116416/BSI-UKAS.logo_150.png" height="40px"></a>     <a><img src="https://clients.p-i.net/documents/11003/1116416/ISO27001.logo_150.png" height="40px"></a>     <a><img src="https://clients.p-i.net/documents/11003/1116416/QMS.logo_150.png" height="40px"></a>     <a><img src="https://clients.p-i.net/documents/11003/1116416/pci.logo_150.png" height="40px"></a></div></div><div style="color:rgb(0,0,0);font-family:&quot;Times New Roman&quot;;font-size:medium"><br><b><span style="color:rgb(106,168,79)">SAVE PAPER - THINK BEFORE YOU PRINT!</span></b><p><font size="1">____________________________________________________________________</font></p><p style="color:rgb(34,34,34)"><font size="1">This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.</font></p></div></div></div></div></div></div></div></div>
</div></div>