File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,20 @@ The following table describes the parameters that you can configure to enable th
135
135
| `caFile` | Filesystem path (on the host where the Backstage process is running) to a certificate authority bundle in PEM format | "" | No |
136
136
| `sessionTime` | Time in seconds that session is enabled | 60 | No |
137
137
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
+
138
152
# # For users
139
153
140
154
We have 2 ways to consume the Kiali plugin, entity view or full view.
You can’t perform that action at this time.
0 commit comments