tt CLI (2.7): add TLS options to `tt play`
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Product: tt CLI
Since: tt 2.7.0
Dev ticket:
Root document: https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/play/
SME: @ AlexandrLitkevich @ oleg-jukovec
Details
This patch adds support of the ssl parameters to the tt play command
by using flags:
sslkeyfile - path to a private SSL key file,
sslcertfile - path to an SSL certificate file,
sslcafile - path to a trusted certificate authorities (CA) file,
sslciphers - colon-separated (:) list of SSL cipher suites the
connection.
Closes #1067
Requested by @patapenka-alexey in https://github.com/tarantool/tt/commit/26f350b4e307db15318fac83c73a8ee6b80d37ee.
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
Open the linked tt CLI play reference page first. Document the four requested SSL options—sslkeyfile, sslcertfile, sslcafile, and sslciphers—and verify the page clearly describes their values and usage for tt play.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100