Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(common.tls): Allow group aliases for ciphersuites #15570

Merged
merged 2 commits into from
Jun 27, 2024

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
@telegraf-tiger
Copy link
Contributor

@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
@DStrand1 DStrand1 merged commit 5119c71 into influxdata:master Jun 27, 2024
27 checks passed
@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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants