Skip to content

Commit 98ff2e9

Browse files
fix readme, add backend config
Signed-off-by: Leandro Beretta <[email protected]>
1 parent 8a06c6e commit 98ff2e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

workspaces/kiali/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,20 @@ The following table describes the parameters that you can configure to enable th
135135
| `caFile` | Filesystem path (on the host where the Backstage process is running) to a certificate authority bundle in PEM format | "" | No |
136136
| `sessionTime` | Time in seconds that session is enabled | 60 | No |
137137

138+
#### Setting up the Kiali backend package
139+
140+
Add the Kiali backend in the `packages/backend/src/index.ts` file as follows:
141+
142+
```tsx title="packages/backend/src/index.ts"
143+
// kubernetes
144+
backend.add(import('@backstage/plugin-kubernetes-backend'));
145+
146+
// kiali
147+
backend.add(import('@backstage-community/plugin-kiali-backend'));
148+
149+
backend.start();
150+
```
151+
138152
## For users
139153

140154
We have 2 ways to consume the Kiali plugin, entity view or full view.

0 commit comments

Comments
 (0)