Skip to content

Commit

Permalink
Enforce server side TLSv1.3 (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage authored May 2, 2023
1 parent 8e003dc commit e4e4dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/manager/exec/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func RunManager() {
LeaseDuration: &options.LeaderElectionLeaseDuration,
RenewDeadline: &options.LeaderElectionRenewDeadline,
RetryPeriod: &options.LeaderElectionRetryPeriod,
WebhookServer: &k8swebhook.Server{TLSMinVersion: "1.2"},
WebhookServer: &k8swebhook.Server{TLSMinVersion: "1.3"},
})

if err != nil {
Expand Down

0 comments on commit e4e4dac

Please sign in to comment.