Skip to content

Commit 0d17c16

Browse files
committed
OSDOCS-3554: Adding info on restricted-v2 SCC
1 parent ad166ba commit 0d17c16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

migrating_from_ocp_3_to_4/planning-migration-3-4.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@ For more information, see xref:../authentication/understanding-identity-provider
189189

190190
Newly created OAuth HTTP bearer tokens no longer match the names of their OAuth access token objects. The object names are now a hash of the bearer token and are no longer sensitive. This reduces the risk of leaking sensitive information.
191191

192+
[discrete]
193+
==== Default security context constraints
194+
195+
The `restricted` security context constraints (SCC) in {product-title} 4 can no longer be accessed by any authenticated user as the `restricted` SCC in {product-title} 3.11. The broad authenticated access is now granted to the `restricted-v2` SCC, which is more restrictive than the old `restricted` SCC. The `restricted` SCC still exists; users that want to use it must be specifically given permissions to do it.
196+
197+
For more information, see xref:../authentication/managing-security-context-constraints.adoc#managing-pod-security-policies[Managing security context constraints].
198+
192199
[id="migration-preparing-monitoring"]
193200
=== Monitoring considerations
194201

0 commit comments

Comments
 (0)