frostfs-node/cmd/neofs-node/config/node
Leonard Lyubich cd545f0160 [] 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
..
config.go [] node/config: Add persistent storage 2022-03-29 09:35:10 +03:00
config_test.go [] cli: Fix connection scheme loss during endpoint parsing 2022-05-05 10:43:27 +03:00
wallet.json [] cmd/neofs-node: use NEP-6 wallet for keys 2021-06-15 14:49:59 +03:00
wallet.key [] config: parse key on config load 2021-06-15 14:49:59 +03:00