Commit Graph

10 Commits (6d78af61442b143976c00b6739d3bba0cec7a03e)

Author SHA1 Message Date
zhang-wei ad0c449a75
Server manager support the NewUserConn operation (#1740)
support NewUserConn operation
5 years ago
fatedier 495d999b6c
refactoring monitor code, support prometheus (#1668)
* refactoring monitor code, support prometheus
* remove vendor
5 years ago
fatedier 1db091b381
tcp multiplexing over http connect tunnel 5 years ago
Guy Lewin 6c6607ae68
feat: add multiple authentication methods, token and oidc.
token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method
5 years ago
fatedier 649f47c345 change log method 5 years ago
Tyler Compton 6277af4790 Pass server configuration as an argument
The ServerCommonConf is now passed around as an argument instead of
being shared between components as a global variable. This allows for
more natural interaction with server.Session as a library and allows for
multiple servers to co-exist within the same process.

Related: #1387
6 years ago
fatedier b3ed863021 support http load balancing 6 years ago
fatedier 9c4ec56491 support proxy protocol 6 years ago
fatedier 48990da22e go vet 6 years ago
fatedier 611d063e1f server: adjust code structure 6 years ago