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 Dec 22, 2023
1 parent 5bec4bb commit 06bc086
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 5 additions & 4 deletions docs/docs/online/kubernetes.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,15 @@ <h3 class="title"><a href="../index.html">Documentation</a></h3>
<h1 class="page">Kubernetes</h1>
<div id="preamble">
<div class="sectionbody">
<div class="admonitionblock note">
<div class="admonitionblock important">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
<i class="fa icon-important" title="Important"></i>
</td>
<td class="content">
Hawtio Online v2 is not released yet. This documentation still reflects the information on the older Hawtio Online v1.
Hawtio Online v2 has been released. Its container image is available from <a href="https://quay.io/repository/hawtio/online">quay.io</a>.
The following instructions will enable deployment of this version.
</td>
</tr>
</table>
Expand Down Expand Up @@ -245,7 +246,7 @@ <h3 id="_proxying_certificates"><a class="anchor" href="#_proxying_certificates"
<div class="sect2">
<h3 id="_serving_certificates"><a class="anchor" href="#_serving_certificates"></a>Serving certificates</h3>
<div class="paragraph">
<p>For Kubernetes, a serving certificate must be generated manually. Run the following script to generate and set up a certificate for Hawtio Online:</p>
<p>For Kubernetes, a serving certificate must be generated manually. Run the following <a href="https://github.com/hawtio/hawtio-online/blob/main/deploy/script/generate-serving.sh">script</a> to generate and set up a certificate for Hawtio Online:</p>
</div>
<div class="listingblock">
<div class="content">
Expand Down
11 changes: 6 additions & 5 deletions docs/docs/online/openshift.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,15 @@ <h3 class="title"><a href="../index.html">Documentation</a></h3>
<h1 class="page">OpenShift</h1>
<div id="preamble">
<div class="sectionbody">
<div class="admonitionblock note">
<div class="admonitionblock important">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
<i class="fa icon-important" title="Important"></i>
</td>
<td class="content">
Hawtio Online v2 is not released yet. This documentation still reflects the information on the older Hawtio Online v1.
Hawtio Online v2 has been released. Its container image is available from <a href="https://quay.io/repository/hawtio/online">quay.io</a>.
The following instructions will enable deployment of this version.
</td>
</tr>
</table>
Expand Down Expand Up @@ -225,7 +226,7 @@ <h3 id="_proxying_certificates"><a class="anchor" href="#_proxying_certificates"
<p>For OpenShift, a client certificate must be generated using the <a href="https://docs.openshift.com/container-platform/latest/security/certificates/service-serving-certificate.html">service signing certificate</a> authority private key.</p>
</div>
<div class="paragraph">
<p>Run the following script to generate and set up a client certificate for Hawtio Online:</p>
<p>Run the following <a href="https://github.com/hawtio/hawtio-online/blob/main/deploy/script/generate-proxying.sh">script</a> to generate and set up a client certificate for Hawtio Online:</p>
</div>
<div class="listingblock">
<div class="content">
Expand Down Expand Up @@ -365,7 +366,7 @@ <h2 id="_authentication"><a class="anchor" href="#_authentication"></a>Authentic
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>oauth</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Authenticates requests through <a href="https://docs.openshift.com/container-platform/4.9/authentication/understanding-authentication.html">OpenShift OAuth server</a>. It is available only on OpenShift.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Authenticates requests through <a href="https://docs.openshift.com/container-platform/4.14/authentication/understanding-authentication.html">OpenShift OAuth server</a>. It is available only on OpenShift.</p></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 06bc086

Please sign in to comment.