Skip to content

Commit

Permalink
update defaults.yaml for strong crypto support
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil1697 committed Dec 28, 2023
1 parent 4276469 commit ab5f918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubemarine/resources/configurations/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
apiServer:
certSANs: []
extraArgs:
tls-cipher-suites: TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
enable-admission-plugins: NodeRestriction
profiling: "false"
audit-log-path: /var/log/kubernetes/audit/audit.log
Expand Down

0 comments on commit ab5f918

Please sign in to comment.