File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2420,10 +2420,11 @@ TODO: doc link :ref:`tcm_configuration_initial`
24202420
24212421 - ``etcd ``
24222422 - ``tarantool ``
2423+ - empty string (undefined)
24232424
24242425 |
24252426 | Type: string
2426- | Default: ??TODO
2427+ | Default: ""
24272428
24282429.. _tcm_configuration_reference_initial_cluster_storage_etcd_endpoints :
24292430
@@ -2724,7 +2725,6 @@ TODO: doc link :ref:`tcm_configuration_initial`
27242725
27252726.. confval :: initial-settings.clusters.<cluster>.storage-connection.tarantool-connection.method
27262727
2727- TBD: check
27282728 An authentication method for the cluster's Tarantool-based configuration storage.
27292729
27302730 Possible values are the Go's `go-tarantool/Auth <https://pkg.go.dev/github.com/tarantool/go-tarantool#Auth >`__ constants:
@@ -2745,7 +2745,7 @@ TODO: doc link :ref:`tcm_configuration_initial`
27452745
27462746 |
27472747 | Type: string
2748- | Default: "" TODO:check
2748+ | Default: ""
27492749
27502750
27512751.. _tcm_configuration_reference_initial_cluster_storage_tarantool_ssl_key-file :
@@ -2853,7 +2853,11 @@ TODO: doc link :ref:`tcm_configuration_initial`
28532853
28542854 An authentication method for connecting to the cluster.
28552855
2856- TODO: values
2856+ Possible values are the Go's `go-tarantool/Auth <https://pkg.go.dev/github.com/tarantool/go-tarantool#Auth >`__ constants:
2857+
2858+ - ``AutoAuth `` (0)
2859+ - ``ChapSha1Auth ``
2860+ - ``PapSha256Auth ``
28572861
28582862 |
28592863 | Type: string
You can’t perform that action at this time.
0 commit comments