From 19b9e1cc85ccda5e41b3dc5c80a78a8e4dd2696d Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Tue, 9 Jan 2024 16:03:13 +0900 Subject: [PATCH] fix(docs): links to new jolokia manual --- modules/ROOT/pages/configuration.adoc | 4 ++-- modules/ROOT/pages/online/generate-certificates.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/configuration.adoc b/modules/ROOT/pages/configuration.adoc index 0363a8c..5a55802 100644 --- a/modules/ROOT/pages/configuration.adoc +++ b/modules/ROOT/pages/configuration.adoc @@ -58,7 +58,7 @@ hawtio.disableProxy = true The Jolokia agent is deployed automatically with `io.hawt.web.JolokiaConfiguredAgentServlet` that extends Jolokia native `org.jolokia.http.AgentServlet` class, defined in `hawtio-war/WEB-INF/web.xml`. -If you want to customize the Jolokia Servlet with the configuration parameters that are defined in the https://jolokia.org/reference/html/agents.html#agent-war-init-params[Jolokia documentation], you can pass them as System properties prefixed with `jolokia.`. For example: +If you want to customize the Jolokia Servlet with the configuration parameters that are defined in the https://jolokia.org/reference/html/manual/agents.html#agent-war-init-params[Jolokia documentation], you can pass them as System properties prefixed with `jolokia.`. For example: [source,java] ---- @@ -70,7 +70,7 @@ jolokia.policyLocation = file:///opt/hawtio/my-jolokia-access.xml :fn-rbac-supported-runtimes: footnote:[https://karaf.apache.org/[Apache Karaf] and https://activemq.apache.org/components/artemis/[Apache ActiveMQ Artemis] provide Hawtio RBAC support.] -For some runtimes that support Hawtio RBAC (role-based access control) {fn-rbac-supported-runtimes}, Hawtio provides a custom https://jolokia.org/reference/html/security.html#security-restrictor[Jolokia restrictor] implementation that provides an additional layer of protection over JMX operations based on the ACL (access control list) policy. +For some runtimes that support Hawtio RBAC (role-based access control) {fn-rbac-supported-runtimes}, Hawtio provides a custom https://jolokia.org/reference/html/manual/security.html#security-restrictor[Jolokia restrictor] implementation that provides an additional layer of protection over JMX operations based on the ACL (access control list) policy. WARNING: You cannot use Hawtio RBAC with Quarkus and Spring Boot yet. Enabling the RBAC restrictor on those runtimes only imposes additional load without any gains. diff --git a/modules/ROOT/pages/online/generate-certificates.adoc b/modules/ROOT/pages/online/generate-certificates.adoc index 066c4da..9621df4 100644 --- a/modules/ROOT/pages/online/generate-certificates.adoc +++ b/modules/ROOT/pages/online/generate-certificates.adoc @@ -51,7 +51,7 @@ $ openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out $ oc create secret tls hawtio-online-tls-proxying --cert server.crt --key server.key ---- -Note that `CN=hawtio-online.hawtio.svc` must be trusted by the Jolokia agents, for which client certification authentication is enabled. See the `clientPrincipal` parameter from the https://jolokia.org/reference/html/agents.html#agent-jvm-config[Jolokia agent configuration options]. +Note that `CN=hawtio-online.hawtio.svc` must be trusted by the Jolokia agents, for which client certification authentication is enabled. See the `clientPrincipal` parameter from the https://jolokia.org/reference/html/manual/agents.html#agent-jvm-config[Jolokia agent configuration options]. == Serving