redpanda-data / redpanda-data/benthos
Add root_cas property in TLS functionality in socketServer component
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 571
- Forks
- 120
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 18
Description
Currently the supported TLS properties in the input socketServer component are "cert_file" and "key_file". If this is compared to the other input components such as amqp0.9 and amqp1, the "root_cas" property is missing in the TLS properties. This shall be added in order to consume the ca cert file as well.
Request the team to take this issue on priority.
Thank you !!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the socketServer component's TLS configuration and compare its supported properties with the amqp0.9 and amqp1 input components. Add support for the root_cas property so a CA certificate file can be consumed, and verify the socketServer TLS behavior with the component's relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100