Explorar o código

etcdserver: add "CORS" field to "ServerConfig"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
c841de1f62
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      etcdserver/config.go

+ 2 - 0
etcdserver/config.go

@@ -46,6 +46,8 @@ type ServerConfig struct {
 	NewCluster          bool
 	PeerTLSInfo         transport.TLSInfo
 
+	CORS map[string]struct{}
+
 	// HostWhitelist lists acceptable hostnames from client requests.
 	// If server is insecure (no TLS), server only accepts requests
 	// whose Host header value exists in this white list.