Skip to content

Commit

Permalink
force tlsCipherSuites to avoid SWEET32 issue (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof authored Jul 16, 2024
1 parent 0f51c86 commit 7715a58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/nutanix-cloud-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ keywords:
- Cloud Controller Manager
- Cloud
- CCM
version: 0.3.3
version: 0.3.4
appVersion: "v0.3.2"
annotations:
artifacthub.io/displayName: "Nutanix Cloud Provider"
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- Nutanix Cloud provider upgrade to v0.3.2
- Add Additional Trust Bundle Support
- Fix SWEET32 issue
artifacthub.io/maintainers: |
- name: Nutanix Cloud Native Team
email: [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ spec:
args:
- "--leader-elect=true"
- "--cloud-config=/etc/cloud/nutanix_config.json"
- "--tls-cipher-suites={{ .Values.tlsCipherSuites }}"
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
Expand Down
2 changes: 2 additions & 0 deletions charts/nutanix-cloud-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ resources:
cpu: 100m
memory: 50Mi

tlsCipherSuites: TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256

nodeSelector:
node-role.kubernetes.io/control-plane: ""

Expand Down

0 comments on commit 7715a58

Please sign in to comment.