Skip to content

Commit

Permalink
docs: Update hawtio-online to reflect new release of 2.0.0 #47
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx authored and tadayosi committed Dec 22, 2023
1 parent 7c0e3c3 commit 5bec4bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions modules/ROOT/pages/online/kubernetes.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
= Kubernetes

NOTE: Hawtio Online v2 is not released yet. This documentation still reflects the information on the older Hawtio Online v1.
IMPORTANT: Hawtio Online v2 has been released. Its container image is available from https://quay.io/repository/hawtio/online[quay.io].
The following instructions will enable deployment of this version.

:fn-hawtio-enabled: pass:c,q[footnote:hawtio-enabled[Containers with a configured port named `jolokia` and that exposes the https://jolokia.org[Jolokia] API.]]

Expand Down Expand Up @@ -34,7 +35,7 @@ It is possible to use a proxying client certificate for Hawtio Online on Kuberne

=== Serving certificates

For Kubernetes, a serving certificate must be generated manually. Run the following script to generate and set up a certificate for Hawtio Online:
For Kubernetes, a serving certificate must be generated manually. Run the following https://github.com/hawtio/hawtio-online/blob/main/deploy/script/generate-serving.sh[script] to generate and set up a certificate for Hawtio Online:

[source,console]
----
Expand Down
7 changes: 4 additions & 3 deletions modules/ROOT/pages/online/openshift.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
= OpenShift

NOTE: Hawtio Online v2 is not released yet. This documentation still reflects the information on the older Hawtio Online v1.
IMPORTANT: Hawtio Online v2 has been released. Its container image is available from https://quay.io/repository/hawtio/online[quay.io].
The following instructions will enable deployment of this version.

:fn-hawtio-enabled: pass:c,q[footnote:hawtio-enabled[Containers with a configured port named `jolokia` and that exposes the https://jolokia.org[Jolokia] API.]]

Expand All @@ -25,7 +26,7 @@ Prior to the deployment, depending on the cluster types you need to generate eit

For OpenShift, a client certificate must be generated using the https://docs.openshift.com/container-platform/latest/security/certificates/service-serving-certificate.html[service signing certificate] authority private key.

Run the following script to generate and set up a client certificate for Hawtio Online:
Run the following https://github.com/hawtio/hawtio-online/blob/main/deploy/script/generate-proxying.sh[script] to generate and set up a client certificate for Hawtio Online:

[source,console]
----
Expand Down Expand Up @@ -122,5 +123,5 @@ Hawtio Online currently supports authentication mode `oauth` for OpenShift, whic
|Mode | Description

|`oauth`
|Authenticates requests through https://docs.openshift.com/container-platform/4.9/authentication/understanding-authentication.html[OpenShift OAuth server]. It is available only on OpenShift.
|Authenticates requests through https://docs.openshift.com/container-platform/4.14/authentication/understanding-authentication.html[OpenShift OAuth server]. It is available only on OpenShift.
|===

0 comments on commit 5bec4bb

Please sign in to comment.