1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/microshift-viewing-security-context.adoc
2023-10-30 10:13:25 -04:00

23 lines
580 B
Plaintext

// Module included in the following assemblies:
//
// * microshift_running_apps/microshift-authentication.adoc
:_mod-docs-content-type: PROCEDURE
[id="microshift-viewing-security-context_{context}"]
= Viewing security context constraints in a namespace
You can view the security context constraints (SCC) permissions in a given namespace.
.Prerequisites
* You have installed the OpenShift CLI (`oc`).
.Procedure
* To view the security context constraints in your namespace, run the following command:
+
[source,terminal]
----
oc get --show-labels namespace <namespace>
----