|
| 1 | +[id="using-the-topology-plugin"] |
1 | 2 | = Using the Topology plugin |
2 | 3 |
|
3 | | -Topology is a front-end plugin that enables you to view the workloads as nodes that power any service on the Kubernetes cluster. |
4 | | - |
5 | | -== Enabling users to use the Topology plugin |
6 | | - |
7 | | -The Topology plugin is defining additional permissions. When link:{authorization-book-url}[{autorization-book-title}] is enabled, to enable users to use the Topology plugin, grant them: |
8 | | - |
9 | | -* The `topology.view.read` `read` permission to view the Topology panel. |
10 | | -* The `kubernetes.proxy` `use` permission to view the pod logs. |
11 | | -* The `catalog-entity` `read` permission to view the {product} software catalog items. |
12 | | - |
13 | | -.Prerequisites |
14 | | -* You are link:{authorization-book-url}#managing-authorizations-by-using-external-files[managing {autorization-book-title} by using external files]. |
15 | | - |
16 | | -.Procedure |
17 | | -* Add the following permission policies to your `rbac-policy.csv` file to create a `topology-viewer` role that has access to the Topology plugin features, and add the role to the users requiring this authorization: |
18 | | - |
19 | | -== Using the Topology plugin |
20 | | - |
21 | 4 | .Prerequisites |
22 | 5 | * Your {product} instance is installed and running. |
23 | 6 | * You have installed the Topology plugin. |
24 | 7 | //For the installation process, see Installation. |
25 | | -* You have enabled the users to use the Topology plugin. |
26 | | -+ |
27 | | -[source] |
28 | | ----- |
29 | | -g, user:default/<YOUR_USERNAME>, role:default/topology-viewer |
30 | | -p, role:default/topology-viewer, topology.view.read, read, allow <1> |
31 | | -p, role:default/topology-viewer, kubernetes.proxy, use, allow <2> |
32 | | -p, role:default/topology-viewer, catalog-entity, read, allow <3> |
33 | | ----- |
34 | | -<1> Grants the user the ability to see the Topology panel. |
35 | | -<2> Grants the user the ability to view the pod logs. |
36 | | -<3> Grants the user the ability to see the catalog item. |
| 8 | +* You have link:{plugins-configure-book-url}#proc-enabling-users-to-use-topology-plugin.adoc[enabled the users to use the Topology plugin]. |
37 | 9 |
|
38 | 10 | .Procedure |
39 | 11 |
|
|
0 commit comments