Gyuho Lee
|
8b053b0f44
embed: fix secure server logging message
|
5 years ago |
Gyuho Lee
|
a6b105a907
embed: use new "credentials" package
|
5 years ago |
Gyuho Lee
|
34bd797e67
*: revert module import paths
|
5 years ago |
shivaramr
|
9150bf52d6
go modules: Fix module path version to include version number
|
5 years ago |
Hitoshi Mitake
|
11fb62ecb4
embed: requests for grpc gateway must have empty CN if --client-cert-auth is passed
|
5 years ago |
Hitoshi Mitake
|
72dd4a18c5
*: add a new option --enable-grpc-gateway for enabling/disabling grpc gateway
|
5 years ago |
Gyuho Lee
|
c58f5cfeda
test: disable "unparam" for now
|
5 years ago |
Gyuho Lee
|
d37f1521b7
*: update import paths to "go.etcd.io/etcd"
|
6 years ago |
Gyuho Lee
|
1ebaeed5c1
embed: fix typo
|
6 years ago |
Gyuho Lee
|
b0112086d6
Merge pull request #9354 from hexfusion/u_sock
|
6 years ago |
Gyuho Lee
|
a47c18ff5b
embed: clean up initial server start logs
|
6 years ago |
Gyuho Lee
|
041b9069a2
*: configure server logger
|
6 years ago |
Sam Batschelet
|
2e4f856389
embed: explicitly define unix network
|
6 years ago |
Gyuho Lee
|
9ea8be0c2b
embed: support "CORS" handler in v3 HTTP requests
|
6 years ago |
Gyuho Lee
|
8edaecadc4
embed: enforce client origin policy
|
6 years ago |
Gyuho Lee
|
f6617feb8a
embed: rename "httpWrapper"
|
6 years ago |
Gyuho Lee
|
c4fb5bdd23
embed: rename "v3alphaMutator" to "v3Mutator"
|
6 years ago |
Sam Batschelet
|
488ee99ae8
*: replace grpc-gateway endpoint with stable /v3
|
6 years ago |
Gyuho Lee
|
9744e1ee87
embed: stop *grpc.Server on *serveCtx serve error
|
7 years ago |
Gyuho Lee
|
552b58dcfb
embed: only gracefully shutdown insecure grpc.Server
|
7 years ago |
James Phillips
|
e39915feec
embed: Avoid panic when shutting down gRPC Server
|
7 years ago |
Gyu-Ho Lee
|
c706c6e238
embed: mutate /v3alpha requests with /v3beta for backward compatibilities
|
7 years ago |
Gyu-Ho Lee
|
5fd419ff50
embed: replace v3alpha serve path with v3beta
|
7 years ago |
Iwasaki Yudai
|
37eabd770e
embed: support websocket for bi-directional streams
|
7 years ago |
Gyu-Ho Lee
|
157c8eccf0
embed: define keepalive server options
|
7 years ago |
Gyu-Ho Lee
|
f65aee0759
*: replace 'golang.org/x/net/context' with 'context'
|
7 years ago |
Anthony Romano
|
35c5dcefc2
*: cockroachdb/cmux -> soheilhy/cmux
|
7 years ago |
Anthony Romano
|
63350f5ac1
embed: connect json gateway with user-provided listen address
|
7 years ago |
Anthony Romano
|
87d16af2e2
embed: use transport TLS listener for client listener for CRLs
|
7 years ago |
Anthony Romano
|
db7ab961bf
embed: share grpc connection for grpc json services
|
7 years ago |