Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored Aug 9, 2023
1 parent bdbf0c3 commit 350667f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/api-gateway/binding/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var (
}

allTLSVersionsWithConfigurableCipherSuites = map[string]struct{}{
// Remove these two if Envoy ever sets TLS 1.3 as default minimum
// Remove "" and "TLS_AUTO" if Envoy ever sets TLS 1.3 as default minimum
"": {},
"TLS_AUTO": {},
"TLSv1_0": {},
Expand Down

0 comments on commit 350667f

Please sign in to comment.