aboutsummaryrefslogtreecommitdiffstats
path: root/openresty-ext/src/assembly
AgeCommit message (Collapse)AuthorFilesLines
2022-09-01Updated direct dependenciesjinquanni1-1/+1
Issue-ID: MSB-681 Signed-off-by: jinquanni <ni.jinquan@zte.com.cn> Change-Id: I11c3b826ef7642d7112b0e96d0b703027d4ff1b8
2022-03-22[MSB]Support TLSv1.3jinquanni3-3/+3
Nginx should user server ciphers for security Nginx requests per keepalive connection is too small Issue-ID: MSB-661 Signed-off-by: jinquanni <ni.jinquan@zte.com.cn> Change-Id: Iec6f3d61e12a4a79e9a9d3301e694cdcf4a73d44
2020-11-23Fix 'nginx say 10000 worker_connections are not enough'jinquanni1-1/+1
Issue-ID: MSB-539 Signed-off-by: Jinquan Ni <ni.jinquan@zte.com.cn> Change-Id: Icac2ba6def947fc45b22a126ea0aa1a6e02f542b
2020-05-13Add msb-iag to x509 SAN fieldHuabing Zhao1-18/+19
Issue-ID: MSB-467 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: Icf79ffc990921626a448e88b30fb30e17c1e19b0
2020-04-22Change the CN of self-signed certificate to msb-iagHuabing Zhao1-19/+20
Issue-ID: MSB-467 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I53e772047de8508f2bf00c291c4f8acdf2f15b48
2019-08-29Enable headers with _Kanagaraj M2-0/+5
Issue-ID: MSB-374 Change-Id: Ie933c02c74b02420745870716e756299020a8123 Signed-off-by: Kanagaraj M <kanagaraj.manickam@huawei.com>
2019-04-10Run API Gateway as non-root userHuabing Zhao1-7/+7
Change-Id: Iea0f47a7f425b7c812ee683af496b8a6b96dce13 Issue-ID: MSB-320 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-11-13Bugfix: can't access customized serviceHuabing Zhao1-2/+2
Issue-ID: MSB-301 Change-Id: I72e9457e228492d9cdd3c61bf8c2305f5c9bf54a Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-07-30Pass service name as host HTTP header to sidecarHuabing Zhao1-3/+4
In order to let the envoy sidcar find the correct service provider, the service name must be provided in the 'host' HTTP header. Change-Id: I242ba5cea50a0914f2d5a691efae64c72d970bb3 Issue-ID: MSB-228 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-03-07Solve IP-Hash issueHuabingZhao1-3/+3
Use deepcopy to avoid the side effect, which cause the client request is forward to wrong service instance occassionally. Issue-ID: MSB-154 Change-Id: I51e04fb273c2ca13c43b1e66fab44424e6af837e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-03-05Support websocket request forwardingHuabingZhao24-524/+19
Issue-ID: MSB-156 Change-Id: Id63da46c6321d5d007e8078847ad093aaebe0a45 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-03-05set log level to infoHuabingZhao1-1/+1
Issue-ID: MSB-154 Change-Id: Ia8b7467b5d141c6983311d2b2f1cf54b157a2d9e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-02-28Support IP Hash LB policyHuabingZhao30-126/+4662
Issue-ID: MSB-154 Change-Id: I11b8e3a314c6045183971bf2207b9ccee7df10c2 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-07-25Divide the MSB source codes into two reposHuabingZhao52-0/+3122
Change-Id: Ie76d545b214a8ce5191f215350a623e1529983d9 Issue-id: MSB-5 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2016-08-171. Adjust the directory hierarchyHuabingZhao31-2244/+0
2. Fix the compile issue Change-Id: Ibf10c83104e5e673bc797013799861426cd950ce Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2016-08-13Initial code importHuabingZhao31-0/+2244
Change-Id: I839b84e5600aedece6c33deb16bec1bf9dbb61df Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>