1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/network-observability-multitenancy.adoc
Sara Thomas 472af27b2e no-1.5 integration with main
no-1.5 integration with main

OSDOCS-7593: Netobserv RTT

OSDOCS-8465: Updates to Network Traffic Overview

OSDOCS-8253: Improved LokiStack integration

OSDOCS-8253: API version updates

Dashboard enhancements for lokiless use

OCPBUGS-22397: clarify netobserv network policy

OSDOCS-9419: Adding zones to Overview

Re-adding removed RTT overview info

OSDOCS-8701: Update resource considerations table

Network Observability API documentation updates

Update to JSON flows format

Network Observability 1.5 release notes

no-1.5 integration with main
2024-02-21 14:23:42 +00:00

25 lines
1.3 KiB
Plaintext

// Module included in the following assemblies:
//
// network_observability/installing-operators.adoc
:_mod-docs-content-type: PROCEDURE
[id="network-observability-multi-tenancy{context}"]
= Enabling multi-tenancy in Network Observability
Multi-tenancy in the Network Observability Operator allows and restricts individual user access, or group access, to the flows stored in Loki. Access is enabled for project admins. Project admins who have limited access to some namespaces can access flows for only those namespaces.
.Prerequisite
* You have installed at least link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[Loki Operator version 5.7]
* You must be logged in as a project administrator
.Procedure
. Authorize reading permission to `user1` by running the following command:
+
[source,terminal]
----
$ oc adm policy add-cluster-role-to-user netobserv-reader user1
----
+
Now, the data is restricted to only allowed user namespaces. For example, a user that has access to a single namespace can see all the flows internal to this namespace, as well as flows going from and to this namespace.
Project admins have access to the Administrator perspective in the {product-title} console to access the Network Flows Traffic page.