Skip to content

tt connect command has no information about SSL options #3820

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

Closed
1 task
dkasimovskiy opened this issue Oct 27, 2023 · 1 comment · Fixed by #3994
Closed
1 task

tt connect command has no information about SSL options #3820

dkasimovskiy opened this issue Oct 27, 2023 · 1 comment · Fixed by #3994
Assignees
Labels

Comments

@dkasimovskiy
Copy link

dkasimovskiy commented Oct 27, 2023

Product: tt CLI
Since: 1.0.0
Audience/target: all
Root document: https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/connect/
SME: @ psergee

Details

Sence version 1.0.0 tt CLI support SSL options for tt connect command.
But this is not mentioned in documentation for this command

Definition of done

  • Supported SSL options present in documentation

The full list of missing tt connect options:

$ tt connect --help

  -i, --interactive           enter interactive mode after executing 'FILE'
  -l, --language string       language: lua or sql
  -x, --outputformat string   output format: yaml, lua, table or ttable (default "yaml")
      --sslcafile string      path to a trusted certificate authorities (CA) file
      --sslcertfile string    path to an SSL certificate file
      --sslciphers string     colon-separated (:) list of SSL cipher suites the connection
      --sslkeyfile string     path to a private SSL key file

@dkasimovskiy
Copy link
Author

tt connect localhost:3012 --sslkeyfile /path/to/localhost.key --sslcertfile /path/to/localhost.crt --sslcafile /path/to/ca.crt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants