REST API Access
Story: 2011399 Task: 52686 Change-Id: I6cbb622fd41382338c76a7eda2f0f8a37b7c4b4a Signed-off-by: Ngairangbam Mili <ngairangbam.mili@windriver.com>
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user