Files
docs/doc/source/security/kubernetes/security-rest-api-access.rst
Ngairangbam Mili d840f36cef REST API Access
Story: 2011399
Task: 52686

Change-Id: I6cbb622fd41382338c76a7eda2f0f8a37b7c4b4a
Signed-off-by: Ngairangbam Mili <ngairangbam.mili@windriver.com>
2025-08-25 13:07:27 +00:00

1.6 KiB
Raw Blame History

REST API Access

The REST APIs provide programmatic access to the .

The StarlingX Platform related public REST API Endpoints can be listed by running the following command:

$ openstack endpoint list | grep public

Use these URLs as the prefix for the URL target of StarlingX Platform services REST API messages documented here:

Kubernetes

Access the Kubernetes REST API with the URL prefix of https://<oam-floating-ip-address>:6443 and using the API syntax described at the following site: https://kubernetes.io/docs/concepts/overview/kubernetes-api/.

Note

The REST API/GUI and web server certificate is used by the proxy to access the REST APIs and Kubernetes API server. The REST API client needs to trust the issuer of this certificate, which is system-local-ca's certificate. To retrieve this certificate, use the following command:

~(keystone_admin)]$ kubectl get secret system-local-ca -n cert-manager -o=jsonpath='{.data.ca\.crt}' | base64 --decode