From 693f523862faba4ae132736aa23cad5f99b6faea Mon Sep 17 00:00:00 2001 From: Suzana Fernandes Date: Thu, 9 Jan 2025 18:12:17 +0000 Subject: [PATCH] Kiali does not return a secert for token generation (dsR10) Change-Id: I6328c92feb3753f78d60a7a97fe4abdc1862f6b9 Signed-off-by: Suzana Fernandes (cherry picked from commit 1db98ce3fccc75924dad826121f71726acfe6a55) --- .../istio-service-mesh-application-eee5ebb3d3c4.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/admintasks/kubernetes/istio-service-mesh-application-eee5ebb3d3c4.rst b/doc/source/admintasks/kubernetes/istio-service-mesh-application-eee5ebb3d3c4.rst index 58af0477d..fd484392b 100644 --- a/doc/source/admintasks/kubernetes/istio-service-mesh-application-eee5ebb3d3c4.rst +++ b/doc/source/admintasks/kubernetes/istio-service-mesh-application-eee5ebb3d3c4.rst @@ -141,9 +141,12 @@ management console in a browser. #. Get the login token. + Request a short lived token for a service account by issuing the following + command: + .. code-block:: none - ~(keystone_admin)]$ kubectl get secret -n istio-system $(kubectl get sa kiali -n istio-system -o jsonpath='{.secrets[0].name}') -o jsonpath='{.data.token}' | base64 -d + ~(keystone_admin)]$ kubectl -n istio-system create token kiali #. Login to Kiali.