confluentinc / confluentinc/rest-utils
Allow configuring excluded ciphers and SSL protocols
Open
- Dominant language
- Java
- Stars
- 25
- Forks
- 211
- Avg merge
- 14h 33m
- Merged PRs (30d)
- 3
Description
Protocol and ciphers come from JDK. JDK can add new protocols/ciphers at any time.
If we use only inclusion lists we block support of new protocols/ciphers because they will not be in inclusion list and application will ignore theirs.
We need to use exclusion lists so that we don’t block out future support.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.