<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 — 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, apimanui.war, and apiman-gateway-api.war).</div>
<div><br>
</div>
<div>
<div> <kc:secure-deployment xmlns:kc="urn:jboss:domain:keycloak:1.0" name="apiman.war"></div>
<div> <kc:realm>apiman</kc:realm></div>
<div> <kc:resource>apiman</kc:resource></div>
<div> <kc:credential name="secret">password</kc:credential></div>
</div>
<div><br>
</div>
<div>1. Is "password" 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 <system-properties> configuration in the standalone-apiman.xml file?</div>
</body>
</html>