<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi &#8212; I'm working through the production deployment guide and have a few questions concerning the standalone-apiman.xml file.</div>
<div><br>
</div>
<div>In the file, I see several entries like this (one each for apiman.war,&nbsp;apimanui.war, and&nbsp;apiman-gateway-api.war).</div>
<div><br>
</div>
<div>
<div>&nbsp; &nbsp; &nbsp; &lt;kc:secure-deployment xmlns:kc=&quot;urn:jboss:domain:keycloak:1.0&quot; name=&quot;apiman.war&quot;&gt;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;kc:realm&gt;apiman&lt;/kc:realm&gt;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;kc:resource&gt;apiman&lt;/kc:resource&gt;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;kc:credential name=&quot;secret&quot;&gt;password&lt;/kc:credential&gt;</div>
</div>
<div><br>
</div>
<div>1. Is &quot;password&quot; supposed to be replaced by some credential? This isn't mentioned in the instructions; my guess is that this credential is used only for applications that request REST Direct Access Grants, and that apiman doesn't. Is that correct?</div>
<div><br>
</div>
<div>2. If I'm configuring the gateway as a separate service, can I remove the apimanui.war secure-deployment entry? Correspondingly, when I configure the standalone API manager, do I remove the apiman-gateway-api.war entry?</div>
<div><br>
</div>
<div>3. Is it possible to set properties that appear in apiman.properties by way of Java system properties or in a &lt;system-properties&gt; configuration in the standalone-apiman.xml file?</div>
</body>
</html>