Skip to content

Conversation

@srebhan
Copy link
Member

@srebhan srebhan commented Jun 27, 2024

Summary

Allow to specify all, secure and insecure for the tls_cipher_suites setting to be able to select whole suites of ciphers instead of specifying them one-by-one. This can be combined with individual ciphers e.g.

  tls_cipher_suites = ["secure", "TLS_RSA_WITH_AES_256_GCM_SHA384"]

to e.g. allow specific insecure ciphers.

Checklist

  • No AI generated code was used in this PR

Related issues

related to #15436

@telegraf-tiger telegraf-tiger bot added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Jun 27, 2024
@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Jun 27, 2024
@powersj powersj removed their assignment Jun 27, 2024
@mstrandboge mstrandboge merged commit 5119c71 into influxdata:master Jun 27, 2024
@github-actions github-actions bot added this to the v1.32.0 milestone Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.

3 participants