You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed the extra lines and formatted the code block
* minor change
* Fabrice's comments
* Incorporated Lindsey's comments
* Incorporated Fabrice's comments
* Incorporated Fabrice's comments
* replaced link to xref
* Minor changes
* Minor changes
---------
Co-authored-by: Priyanka Abel <[email protected]>
The Topology plugin is defining additional permissions. When link:{authorization-book-url}[{authorization-book-title}] is enabled, to enable users to use the Topology plugin, grant them:
5
+
6
+
* The `topology.view.read` `read` permission to view the Topology panel.
7
+
* The `kubernetes.proxy` `use` permission to view the pod logs.
8
+
* The `catalog-entity` `read` permission to view the {product} software catalog items.
9
+
10
+
.Prerequisites
11
+
* You are link:{authorization-book-url}#managing-authorizations-by-using-external-files[managing {authorization-book-title} by using external files].
12
+
13
+
.Procedure
14
+
* 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:
Topology is a front-end plugin that enables you to view the workloads as nodes that power any service on the Kubernetes cluster.
3
3
4
4
.Prerequisites
5
-
* You have installed the Red Hat Developer Hub (RHDH).
5
+
* Your {product} instance is installed and running.
6
6
* You have installed the Topology plugin.
7
7
//For the installation process, see Installation.
8
-
* If the RBAC permission framework is enabled, ensure to add the following permission policies in an external permission policies configuration file named `rbac-policy.csv` to allow the RBAC admins or your desired user(s)/group(s) to access the Topology plugin:
p, role:default/topology-viewer, topology.view.read, read, allow grants the user the ability to see the Topology panel. p, role:default/topology-viewer, kubernetes.proxy, use, allow grants the user the ability to view the pod logs. p, role:default/topology-viewer, catalog-entity, read, allow grants the user the ability to see the catalog item.
17
-
----
8
+
* You have xref:enable-users-to-use-the-topology-plugin[enabled the users to use the Topology plugin].
18
9
19
10
.Procedure
20
11
@@ -23,14 +14,14 @@ p, role:default/topology-viewer, topology.view.read, read, allow grants the user
0 commit comments