Skip to content

Commit 848df04

Browse files
committed
Incorporated Fabrice's comments
1 parent 4b659b7 commit 848df04

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

modules/dynamic-plugins/proc-using-topology-plugin.adoc

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
= Using the Topology plugin
2+
23
Topology is a front-end plugin that enables you to view the workloads as nodes that power any service on the Kubernetes cluster.
34

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+
421
.Prerequisites
522
* Your {product} instance is installed and running.
623
* You have installed the Topology plugin.
724
//For the installation process, see Installation.
8-
* If the RBAC permission framework is enabled, ensure the following permission policies are added in an external permission policies configuration file, such as `rbac-policy.csv`, to allow the RBAC admins or authorized users to access the Topology plugin:
25+
* You have enabled the users to use the Topology plugin.
926
+
10-
[source,bash]
27+
[source]
1128
----
1229
g, user:default/<YOUR_USERNAME>, role:default/topology-viewer
1330
p, role:default/topology-viewer, topology.view.read, read, allow <1>

0 commit comments

Comments
 (0)