Skip to content

Commit

Permalink
add owner
Browse files Browse the repository at this point in the history
  • Loading branch information
wodeyoulai committed Jan 17, 2025
1 parent 1c14e11 commit 2da0636
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 2da0636

Please sign in to comment.