mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
24 lines
594 B
Plaintext
24 lines
594 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift_running_apps/microshift-authentication.adoc
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="microshift-viewing-security-context_{context}"]
|
|
= Viewing security context constraints in a namespace
|
|
|
|
MicroShift allows you to access 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>
|
|
----
|
|
|