awslabs / awslabs/aws-crt-nodejs
AwsIotMqttConnectionConfigBuilder with `verify_peer` option
- Dominant language
- TypeScript
- Stars
- 43
- Forks
- 32
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 1
Description
I noticed that builder API for web-sockets allows you to pass in `TlsContextOptions`, `verify_peer` among them, but there is no such options for mTLS, forcing me to patch the package so I could use library locally with custom broker and self-signed certificates.
Would it be possible to expose `verify_peer` (and maybe other options that make sense) to mTLS config builder as well?
Contributor guide
Research direction
Compare the AwsIotMqttConnectionConfigBuilder for mTLS with the web-socket builder's TlsContextOptions handling. Trace how verify_peer is exposed and passed through, then verify that the mTLS builder supports the requested option for custom brokers and self-signed certificates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, node.js, typescript
- Domain
- api, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100