Skip to content

Commit

Permalink
chore: deploy website
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2024
1 parent 19b9e1c commit 433f03f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h2 id="_configuring_jolokia_through_system_properties"><a class="anchor" href="
<p>The Jolokia agent is deployed automatically with <code>io.hawt.web.JolokiaConfiguredAgentServlet</code> that extends Jolokia native <code>org.jolokia.http.AgentServlet</code> class, defined in <code>hawtio-war/WEB-INF/web.xml</code>.</p>
</div>
<div class="paragraph">
<p>If you want to customize the Jolokia Servlet with the configuration parameters that are defined in the <a href="https://jolokia.org/reference/html/agents.html#agent-war-init-params">Jolokia documentation</a>, you can pass them as System properties prefixed with <code>jolokia.</code>. For example:</p>
<p>If you want to customize the Jolokia Servlet with the configuration parameters that are defined in the <a href="https://jolokia.org/reference/html/manual/agents.html#agent-war-init-params">Jolokia documentation</a>, you can pass them as System properties prefixed with <code>jolokia.</code>. For example:</p>
</div>
<div class="listingblock">
<div class="content">
Expand All @@ -278,7 +278,7 @@ <h2 id="_configuring_jolokia_through_system_properties"><a class="anchor" href="
<div class="sect2">
<h3 id="_rbac_restrictor"><a class="anchor" href="#_rbac_restrictor"></a>RBAC Restrictor</h3>
<div class="paragraph">
<p>For some runtimes that support Hawtio RBAC (role-based access control) <sup class="footnote">[<a id="_footnoteref_1" class="footnote" href="#_footnotedef_1" title="View footnote.">1</a>]</sup>, Hawtio provides a custom <a href="https://jolokia.org/reference/html/security.html#security-restrictor">Jolokia restrictor</a> implementation that provides an additional layer of protection over JMX operations based on the ACL (access control list) policy.</p>
<p>For some runtimes that support Hawtio RBAC (role-based access control) <sup class="footnote">[<a id="_footnoteref_1" class="footnote" href="#_footnotedef_1" title="View footnote.">1</a>]</sup>, Hawtio provides a custom <a href="https://jolokia.org/reference/html/manual/security.html#security-restrictor">Jolokia restrictor</a> implementation that provides an additional layer of protection over JMX operations based on the ACL (access control list) policy.</p>
</div>
<div class="admonitionblock warning">
<table>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/online/generate-certificates.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h2 id="_proxying"><a class="anchor" href="#_proxying"></a>Proxying</h2>
</ol>
</div>
<div class="paragraph">
<p>Note that <code>CN=hawtio-online.hawtio.svc</code> must be trusted by the Jolokia agents, for which client certification authentication is enabled. See the <code>clientPrincipal</code> parameter from the <a href="https://jolokia.org/reference/html/agents.html#agent-jvm-config">Jolokia agent configuration options</a>.</p>
<p>Note that <code>CN=hawtio-online.hawtio.svc</code> must be trusted by the Jolokia agents, for which client certification authentication is enabled. See the <code>clientPrincipal</code> parameter from the <a href="https://jolokia.org/reference/html/manual/agents.html#agent-jvm-config">Jolokia agent configuration options</a>.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 433f03f

Please sign in to comment.