-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster: collect configuration from tarantool
@TarantoolBot document Title: tt cluster show collects data from tarantool config storage The patch adds ability to collect configuration from tarantool config storage when showing an application/instance configuration. The patch adds a new argument `ssl_ciphers` for `tt cluster show` and `tt cluster publish` that could be specified via URI: * ssl_siphers - a colon-separated (:) list of SSL cipher suites the connection can use. It works only with tarantool config storage at now. As example: ``` tt cluster show tcp://login:pass@localhost:3013/prefix?ssl_ciphers=TLS_AES_128_GCM_SHA256 ``` Follows up tarantool/tarantool#9410 Closes #684
- Loading branch information
1 parent
4d1a149
commit fab1554
Showing
9 changed files
with
343 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.