-
Notifications
You must be signed in to change notification settings - Fork 14
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
aeon: add connection from the etcd/tcs #1108
base: master
Are you sure you want to change the base?
Conversation
46ee573
to
6c997fd
Compare
d9a0ee8
to
fdacd23
Compare
|
cli/aeon/client.go
Outdated
@@ -64,7 +64,6 @@ func getTlsConfig(args cmd.Ssl) (*tls.Config, error) { | |||
} | |||
} | |||
// Else if RootCAs is nil, TLS uses the host's root CA set. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, revert the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
cli/aeon/cmd/uri.go
Outdated
Key string | ||
// Instance is an instance name. | ||
Instance string | ||
// Username is a user name for authorization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Username is a user name for authorization | |
// Username is a user name for authorization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
cli/aeon/cmd/uri.go
Outdated
Instance string | ||
// Username is a user name for authorization | ||
Username string | ||
// Password is a password for authorization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Password is a password for authorization | |
// Password is a password for authorization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
fdacd23
to
273b31a
Compare
@TarantoolBot document Title: add connection from the etcd/tcs config Added ability to connect to gRPC server used a configuration etcd/tcs tt aeon connect URI INSTANCE_NAME Closes #1052
273b31a
to
51ccba3
Compare
aeon: add connection from the etcd/tcs
@@@@Tarantool_box document
Title: add connection from the etcd/tcs config
Added ability to connect to gRpc server used a configuration etcd/tcs
tt aeon connect URI INSTANCE_NAME
Closes #1052