Skip to content

Commit 27fff7c

Browse files
authored
Merge pull request #47978 from bergerhoffer/OSDOCS-3554-auth
OSDOCS-3554: Adding info on restricted-v2 SCC
2 parents 7ed0055 + 0d17c16 commit 27fff7c

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
@@ -201,6 +201,13 @@ For more information, see xref:../authentication/understanding-identity-provider
201201

202202
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.
203203

204+
[discrete]
205+
==== Default security context constraints
206+
207+
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.
208+
209+
For more information, see xref:../authentication/managing-security-context-constraints.adoc#managing-pod-security-policies[Managing security context constraints].
210+
204211
[id="migration-preparing-monitoring"]
205212
=== Monitoring considerations
206213

0 commit comments

Comments
 (0)