<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>With regard to Docker, things get more complicated. I believe it's not just the bash history but the Docker history itself that stores the commands. <br></div>
<div>&nbsp;</div>
<div>Also, per one of the messages earlier on this chain, it is not advised to put secrets into Docker environment variables. These are accessible in many different ways.<br></div>
<div>&nbsp;</div>
<div><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Calibri, sans-serif"><span class="size" style="font-size:14px"><div><div><b>From:&nbsp;</b>&lt;<a href="mailto:keycloak-user-bounces@lists.jboss.org">keycloak-user-bounces@lists.jboss.org</a>&gt; on behalf of Stan Silvert &lt;<a href="mailto:ssilvert@redhat.com">ssilvert@redhat.com</a>&gt;<br></div>
<div><b>Date:&nbsp;</b>Thursday, February 18, 2016 at 12:26 PM<br></div>
<div><b>To:&nbsp;</b>"<a href="mailto:stian@redhat.com">stian@redhat.com</a>" &lt;<a href="mailto:stian@redhat.com">stian@redhat.com</a>&gt;<br></div>
<div><b>Cc:&nbsp;</b>Stian Thorgersen &lt;<a href="mailto:sthorger@redhat.com">sthorger@redhat.com</a>&gt;, keycloak-user &lt;<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>&gt;<br></div>
<div><b>Subject:&nbsp;</b>Re: [keycloak-user] Securely setting admin passwords<br></div>
</div>
<div>&nbsp;</div>
<div><div defang_text="#000000" bgcolor="#FFFFFF"><div class="moz-cite-prefix">On 2/18/2016 12:14 PM, Stian Thorgersen wrote:<br></div>
<blockquote cite="mid:CAJgngAdHFL7jZegfB7uCuzyD3zrBqhDO1BgkGxDw=7S9e2mn1Q@mail.gmail.com" type="cite"><div dir="ltr"><div>It's security vs usability as usual. Allowing passing the password directly is convenient for developers, for Docker image, for provisioning tools, etc.. So we're not going to remove that it's required, but I do appreciate that if not used correctly it's a potential security risk. The worst case scenario here is really that someone gets an admins favorite password, as someone that has access to getting the bash history of that particular user will also be able to run the add-user script themselves. So if the admin wants to print his favorite password in clear text in the bash history we should not stop him.&nbsp;<br></div>
<div>&nbsp;</div>
<div>It's not our responsibility to clear the bash history, so we should not do that either.&nbsp;<br></div>
</div>
</blockquote><div>If there is a way to stop that one command from being saved in the bash history then we should do it.&nbsp;&nbsp;<br></div>
<div>&nbsp;</div>
<div>At the very least, we should print a warning message to let the administrator know he has done something that is potentially insecure.<br></div>
<div>&nbsp;</div>
<blockquote cite="mid:CAJgngAdHFL7jZegfB7uCuzyD3zrBqhDO1BgkGxDw=7S9e2mn1Q@mail.gmail.com" type="cite"><div class="gmail_extra"><div>&nbsp;</div>
<div class="gmail_quote"><div>On 18 February 2016 at 16:53, Bruno Oliveira&nbsp;<span dir="ltr">&lt;<a defang_moz-do-not-send="true" href="mailto:bruno@abstractj.org" target="_blank">bruno@abstractj.org</a>&gt;</span>&nbsp;wrote:<br></div>
<blockquote class="gmail_quote"><div dir="ltr">It's about balance. I'm not arguing here against it, I just don't see how it could strengthen security. Nothing will stop people to get their own gun and automate it with stdin :)<br></div>
<div class="HOEnZb"><div class="h5"><div>&nbsp;</div>
<div class="gmail_quote"><div dir="ltr">On Thu, Feb 18, 2016 at 12:45 PM Stan Silvert &lt;<a defang_moz-do-not-send="true" href="mailto:ssilvert@redhat.com" target="_blank">ssilvert@redhat.com</a>&gt; wrote:<br></div>
<blockquote class="gmail_quote"><div defang_text="#000000" bgcolor="#FFFFFF"><div>On 2/18/2016 9:29 AM, Bruno Oliveira wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>I can be wrong, but this is not only our responsibility. For example, on Linux you are prompted for the password with passwd, but at the same time you could circumvent this using: echo 12345678 | sudo passwd admin --stdin.<br></div>
<div>&nbsp;</div>
<div>In this scenario security auditors won't blame the OS for this, but pretty much sysadmins and bad security practices. Anyways, whatever people think is the best, I'm fine.<br></div>
</div>
</blockquote></div>
<div defang_text="#000000" bgcolor="#FFFFFF"><div>I agree with you there.&nbsp; In that case you are doing something extra to shoot yourself in the foot.&nbsp; We can't guard against that.<br></div>
<div>&nbsp;</div>
<div>We just shouldn't put the gun in your hand.<br></div>
</div>
<div defang_text="#000000" bgcolor="#FFFFFF"><div>&nbsp;</div>
<blockquote type="cite"><div>&nbsp;</div>
<div class="gmail_quote"><div dir="ltr">On Thu, Feb 18, 2016 at 12:18 PM Stan Silvert &lt;<a defang_moz-do-not-send="true" href="mailto:ssilvert@redhat.com" target="_blank">ssilvert@redhat.com</a>&gt; wrote:<br></div>
<blockquote class="gmail_quote"><div defang_text="#000000" bgcolor="#FFFFFF"><div>On 2/18/2016 9:10 AM, Bruno Oliveira wrote:<br></div>
<blockquote type="cite"><div dir="ltr">I think the Jira created by Stian pretty much fixes the problem. Nope?<br></div>
</blockquote></div>
<div defang_text="#000000" bgcolor="#FFFFFF"><div>Stian's JIRA says that if it is not specified on the command line then do the prompt.&nbsp; But if we still allow setting it from the command line then the password can still be saved to the log in plain text.&nbsp; Security auditors will always frown on that.<br></div>
<div>&nbsp;</div>
<div>So I'm saying we should either disallow setting on the command line or somehow disable saving to the log.&nbsp; We shouldn't rely on an administrator to do the right thing.<br></div>
</div>
<div defang_text="#000000" bgcolor="#FFFFFF"><div>&nbsp;</div>
<div>&nbsp;</div>
<blockquote type="cite"><div dir="ltr"><div>&nbsp;</div>
<div>Something like:<br></div>
<div>&nbsp;</div>
<div>./add-user-keycloak.sh -u user<br></div>
<div>Password: ******<br></div>
<div>&nbsp;</div>
<div>Or&nbsp;<br></div>
<div>&nbsp;</div>
<div>./add-user-keycloak-sh<br></div>
<div>Username: joe<br></div>
<div>Password: ******<br></div>
<div>&nbsp;</div>
<div>If this can't fix the issue, is also possible to disable bash_history temporarily. But I wouldn't take this route, because this is pretty much system administration responsibility.<br></div>
<div>&nbsp;</div>
</div>
<div>&nbsp;</div>
<div class="gmail_quote"><div dir="ltr">On Thu, Feb 18, 2016 at 11:47 AM Stan Silvert &lt;<a defang_moz-do-not-send="true" href="mailto:ssilvert@redhat.com" target="_blank">ssilvert@redhat.com</a>&gt; wrote:<br></div>
<blockquote class="gmail_quote"><div defang_text="#000000" bgcolor="#FFFFFF"><div>On 2/18/2016 2:15 AM, Stian Thorgersen wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>&nbsp;</div>
<div class="gmail_extra"><div>&nbsp;</div>
<div class="gmail_quote"><div>On 17 February 2016 at 17:09, Aikeaguinea&nbsp;<span dir="ltr">&lt;<a defang_moz-do-not-send="true" href="mailto:aikeaguinea@xsmail.com" target="_blank">aikeaguinea@xsmail.com</a>&gt;</span>&nbsp;wrote:<br></div>
<blockquote class="gmail_quote"><div>It seems the add-user.sh&nbsp; script for changing the admin password only<br></div>
<div>accepts the password as a -p command-line parameter. This would expose<br></div>
<div>the password in the command history, so I'd prefer not to use the<br></div>
<div>command in its current form.<br></div>
</blockquote><div>&nbsp;</div>
<div>That's a mistake we'll fix that. If not specified it should prompt for it. Added&nbsp;<a defang_moz-do-not-send="true" href="https://issues.jboss.org/browse/KEYCLOAK-2501" target="_blank">https://issues.jboss.org/browse/KEYCLOAK-2501</a><br></div>
</div>
</div>
</div>
</blockquote></div>
<div defang_text="#000000" bgcolor="#FFFFFF"><div>After attending several security talks the last couple of days, I've become rather sensitized to this kind of issue.&nbsp; I feel quite strongly that we should never allow the password to be written to history in plain text.&nbsp;&nbsp; I'm also afraid it could cause us to flunk government certifications.<br></div>
<div>&nbsp;</div>
<div>On Windows, this really isn't a problem because command history is not saved.&nbsp; After a CMD session ends, the history is lost (unless you install some third-party tool).<br></div>
<div>&nbsp;</div>
<div>Perhaps there is a way to temporarily disable logging of command history in the add-user-keycloak.sh?<br></div>
</div>
<div defang_text="#000000" bgcolor="#FFFFFF"><div>&nbsp;</div>
<div>&nbsp;</div>
<blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>&nbsp;</div>
<blockquote class="gmail_quote"><div>&nbsp;</div>
<div>Is there another way to do this?<br></div>
<div>&nbsp;</div>
<div>The situation is even more complicated with Docker, since running the<br></div>
<div>script to change the Wildfly admin password requires restarting the<br></div>
<div>server, which shuts down the container. If you have an autoscaling<br></div>
<div>group, the container that gets brought up is not the container where you<br></div>
<div>changed the password, but instead the original container. This seems to<br></div>
<div>mean that the only way to have Keycloak run in Dockers in an autoscaling<br></div>
<div>group is to bake the admin passwords into the Docker image beforehand.<br></div>
<div>This isn't ideal; less so if the only way to add those passwords during<br></div>
<div>build time is to run the shell script that exposes the password on the<br></div>
<div>command line.<br></div>
</blockquote><div>&nbsp;</div>
<div>You need to set the password once for your database. This can be done prior to accessing the admin console the first time. Take a look at&nbsp;<a defang_moz-do-not-send="true" href="https://github.com/jboss-dockerfiles/keycloak/blob/master/server/README.md" target="_blank">https://github.com/jboss-dockerfiles/keycloak/blob/master/server/README.md</a>, you can use docker exec to do this.<br></div>
<div>&nbsp;</div>
<blockquote class="gmail_quote"><span class="colour" style="color:#888888"><br>--<br><a defang_moz-do-not-send="true" href="http://www.fastmail.com/" defang_rel="noreferrer" target="_blank">http://www.fastmail.com</a>&nbsp;- Access your email from home and the web<br><br>_______________________________________________<br>keycloak-user mailing list<br><a defang_moz-do-not-send="true" href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a><br><a defang_moz-do-not-send="true" href="https://lists.jboss.org/mailman/listinfo/keycloak-user" defang_rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></span></blockquote></div>
<div>&nbsp;</div>
</div>
</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<pre>_______________________________________________
keycloak-user mailing list
<a defang_moz-do-not-send="true" href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/keycloak-user</a><br></pre></blockquote><div>&nbsp;</div>
</div>
<div>_______________________________________________<br></div>
<div>keycloak-user mailing list<br></div>
<div><a defang_moz-do-not-send="true" href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a><br></div>
<div><a defang_moz-do-not-send="true" href="https://lists.jboss.org/mailman/listinfo/keycloak-user" defang_rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br></div>
</blockquote></div>
</blockquote><div>&nbsp;</div>
</div>
</blockquote></div>
</blockquote><div>&nbsp;</div>
</div>
</blockquote></div>
</div>
</div>
<div>&nbsp;</div>
<div>_______________________________________________<br></div>
<div>keycloak-user mailing list<br></div>
<div><a defang_moz-do-not-send="true" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br></div>
<div><a defang_moz-do-not-send="true" href="https://lists.jboss.org/mailman/listinfo/keycloak-user" defang_rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></div>
</blockquote></div>
</div>
</blockquote></div>
</div>
</span></span></span></div>
<br><div>&nbsp;</div>
<pre>
-- 
http://www.fastmail.com - Choose from over 50 domains or use your own
</pre>
</body>
</html>