REST API Access

Story: 2011399
Task: 52686

Change-Id: I6cbb622fd41382338c76a7eda2f0f8a37b7c4b4a
Signed-off-by: Ngairangbam Mili <ngairangbam.mili@windriver.com>
This commit is contained in:
Ngairangbam Mili
2025-08-25 03:09:53 +00:00
parent 6e074ace23
commit d840f36cef

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