Skip to content

Commit

Permalink
add owner
Browse files Browse the repository at this point in the history
Signed-off-by: wodeyoulai <[email protected]>
  • Loading branch information
wodeyoulai committed Jan 21, 2025
1 parent 5d70239 commit 95a1f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/features/etcd_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ const (
// main PR: https://github.com/etcd-io/etcd/pull/14120
CompactHashCheck featuregate.Feature = "CompactHashCheck"
// PeerSkipClientSanVerification enables to skip the verification of Subject Alternative Name (SAN) field in client certificates during peer TLS communication
// owner: @wodeyoulai
// owner: @MartinWeindel
// alpha: v3.6
// main PR: https://github.com/etcd-io/etcd/pull/14120
// main PR: https://github.com/etcd-io/etcd/pull/10524
PeerSkipClientSanVerification featuregate.Feature = "PeerSkipClientSanVerification"
)

Expand Down

0 comments on commit 95a1f1f

Please sign in to comment.