You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix fasttest
Fix fasttest
Fix
Update src/Client/ConnectionPool.h
Co-authored-by: Alexander Tokmakov <[email protected]>
Update src/Storages/StorageReplicatedMergeTree.cpp
Co-authored-by: Alexander Tokmakov <[email protected]>
Forbid creating a user with a name equal to `JWT_AUTHENTICAION_MARKER`
Cleanup
Pass `connection_host` by ref
Refactor with exceptions
Lint
Add new AuthenticationType to minimize conflicts
Fix fastest
Fix client failure
Add docs
("ssh-key-file", po::value<std::string>(), "File containing ssh private key needed for authentication. If not set does password authentication.")
937
944
("ssh-key-passphrase", po::value<std::string>(), "Passphrase for imported ssh key.")
938
945
("quota_key", po::value<std::string>(), "A string to differentiate quotas when the user have keyed quotas configured on server")
946
+
("jwt", po::value<std::string>(), "Use JWT for authentication")
939
947
940
948
("max_client_network_bandwidth", po::value<int>(), "the maximum speed of data exchange over the network for the client in bytes per second.")
941
949
("compression", po::value<bool>(), "enable or disable compression (enabled by default for remote communication and disabled for localhost communication).")
0 commit comments