Merge "REST API Access"

This commit is contained in:
Zuul
2025-09-05 14:10:54 +00:00
committed by Gerrit Code Review

View File

@@ -44,3 +44,13 @@ the following site:
`https://kubernetes.io/docs/concepts/overview/kubernetes-api/
<https://kubernetes.io/docs/concepts/overview/kubernetes-api/>`__.
.. note::
The |prod| REST API/GUI and web server certificate is used by the proxy to
access the |prod| REST APIs and Kubernetes API server. The REST API client
needs to trust the issuer of this certificate, which is system-local-ca's
|RCA| certificate. To retrieve this certificate, use the following command:
.. code-block:: none
~(keystone_admin)]$ kubectl get secret system-local-ca -n cert-manager -o=jsonpath='{.data.ca\.crt}' | base64 --decode