frostfs-node/cmd/neofs-node/config
Leonard Lyubich cd545f0160 [#1351] cli: Fix connection scheme loss during endpoint parsing
In previous implementation NeoFS CLI app used `network.Address.HostAddr`
as a server URI, which caused scheme loss since host address doesn't
contain it.

Rename `HostAddr` to `URIAddr` and make it to return URI address with
`grpcs` scheme if TLS is enabled. Make `TLSEnabled` unexported since it
was used to provide default `tls.Config` only (it is used by default in
SDK).

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-05-05 10:43:27 +03:00
..
apiclient [#493] cmd/node: Fix linter errors in config 2021-06-02 16:07:42 +03:00
contracts [#786] cmd/neofs-node: Use NNS to find contract script hashes missing in config 2021-09-13 14:51:35 +03:00
control [#562] cmd/neofs-node: use NEP-6 wallet for keys 2021-06-15 14:49:59 +03:00
engine [#1143] shard: Introduce explicit Degraded mode 2022-03-31 15:33:22 +03:00
grpc [#878] neofs-node: default to secure TLS settings 2021-12-02 12:05:41 +03:00
internal [#493] node/config: Implement ENV variable key constructor 2021-06-01 11:45:38 +03:00
logger [#493] cmd/node: Fix linter errors in config 2021-06-02 16:07:42 +03:00
mainchain [#493] cmd/node: Fix linter errors in config 2021-06-02 16:07:42 +03:00
metrics [#493] cmd/node: Fix linter errors in config 2021-06-02 16:07:42 +03:00
morph [#1170] config: Delete notification endpoints 2022-04-08 11:52:18 +03:00
node [#1351] cli: Fix connection scheme loss during endpoint parsing 2022-05-05 10:43:27 +03:00
object [#674] object/put: Use pseudo worker pool for local operations 2021-10-14 10:20:39 +03:00
policer [#493] cmd/node: Add policer section to config 2021-06-02 16:07:42 +03:00
profiler [#493] cmd/node: Fix linter errors in config 2021-06-02 16:07:42 +03:00
replicator [#493] cmd/node: Add replicator section to config 2021-06-02 16:07:42 +03:00
test [#903] config: support floating-point sizes 2021-11-16 12:43:55 +03:00
calls.go [#877] config/engine: use default section for shards 2021-10-28 15:04:14 +03:00
calls_test.go [#877] neofs-node/config: allow to provide default values 2021-10-28 15:04:14 +03:00
cast.go [#903] config: support floating-point sizes 2021-11-16 12:43:55 +03:00
cast_test.go [#903] config: support floating-point sizes 2021-11-16 12:43:55 +03:00
config.go [#877] neofs-node/config: allow to provide default values 2021-10-28 15:04:14 +03:00
opts.go [#493] cmd/node: Implement a basic configuration component 2021-06-01 11:45:38 +03:00
util.go [#493] cmd/node: Implement a basic configuration component 2021-06-01 11:45:38 +03:00