From 618ebf170fb954ac59e63b4c645f939cb48969c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferraz=20Campos=20Florentino?= Date: Wed, 2 Jul 2025 12:29:39 -0300 Subject: [PATCH] Fix Authentication methods table formatation (#4271) Signed-off-by: Vinicius Ferraz --- workspaces/kiali/README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/workspaces/kiali/README.md b/workspaces/kiali/README.md index b98734d3d..414a401eb 100644 --- a/workspaces/kiali/README.md +++ b/workspaces/kiali/README.md @@ -125,17 +125,15 @@ Authentication methods: The following table describes the parameters that you can configure to enable the plugin under `catalog.providers.keycloakOrg.` object in the `app-config.yaml` file: -| Name | Description | Default Value | Required | -| ------ | --------------------------------------------- | ------------- | -------- | -| `name` | Name of the kiali provider, such as `default` | "default" | - -Yes and unique -| `url` | Location of the Kiali server, such as `https://localhost:4000` | "" | Yes | -| `serviceAccountToken` | Service Account Token which is used for querying data from Kiali | "" | Yes if using token based authentication | -| `skipTLSVerify` | Skip TLS certificate verification presented by the API server | false | No | -| `caData` | Base64-encoded certificate authority bundle in PEM format | "" | No | -| `caFile` | Filesystem path (on the host where the Backstage process is running) to a certificate authority bundle in PEM format | "" | No | -| `sessionTime` | Time in seconds that session is enabled | 60 | No | +| Name | Description | Default Value | Required | +| --------------------- | -------------------------------------------------------------------------------------------------------------------- | ------------- | --------------------------------------- | +| `name` | Name of the kiali provider, such as `default` | "default" | Yes and unique | +| `url` | Location of the Kiali server, such as `https://localhost:4000` | "" | Yes | +| `serviceAccountToken` | Service Account Token which is used for querying data from Kiali | "" | Yes if using token based authentication | +| `skipTLSVerify` | Skip TLS certificate verification presented by the API server | false | No | +| `caData` | Base64-encoded certificate authority bundle in PEM format | "" | No | +| `caFile` | Filesystem path (on the host where the Backstage process is running) to a certificate authority bundle in PEM format | "" | No | +| `sessionTime` | Time in seconds that session is enabled | 60 | No | ## For users