Skip to content

Commit e84da20

Browse files
authored
Merge pull request #50818 from tengqm/fg-allowparse
Add feature gate AllowParsingUserUIDFromCertAuth
2 parents bb1f00c + 16cf851 commit e84da20

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: AllowParsingUserUIDFromCertAuth
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.33"
12+
13+
---
14+
When this feature is enabled, the subject name attribute `1.3.6.1.4.1.57683.2`
15+
in an X.509 certificate will be parsed as the user UID during certificate authentication.
16+

0 commit comments

Comments
 (0)