Skip to content

Commit

Permalink
Merge pull request #4193 from yanfeng1992/set-minversion-for-tlsconfig
Browse files Browse the repository at this point in the history
set MinVersion to VersionTLS13 for tlsconfig in karmada-search and karmada-metrics-adapter
  • Loading branch information
karmada-bot authored Nov 3, 2023
2 parents e99df8e + e8a7d96 commit c3c3766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/karmadactl/addons/metricsadapter/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ spec:
- --audit-log-path=-
- --audit-log-maxage=0
- --audit-log-maxbackup=0
- --tls-min-version=VersionTLS13
readinessProbe:
httpGet:
path: /readyz
Expand Down
1 change: 1 addition & 0 deletions pkg/karmadactl/addons/search/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
- --etcd-keyfile=/etc/karmada/pki/etcd-client.key
- --tls-cert-file=/etc/karmada/pki/karmada.crt
- --tls-private-key-file=/etc/karmada/pki/karmada.key
- --tls-min-version=VersionTLS13
- --audit-log-path=-
- --feature-gates=APIPriorityAndFairness=false
- --audit-log-maxage=0
Expand Down

0 comments on commit c3c3766

Please sign in to comment.