OCS-18 MSB-API Gateway add extension point for Auth and Driver Mgr.
authorYonggangWang <wang.yonggang131@zte.com.cn>
Wed, 14 Sep 2016 03:31:53 +0000 (11:31 +0800)
committerYonggangWang <wang.yonggang131@zte.com.cn>
Wed, 14 Sep 2016 03:31:53 +0000 (11:31 +0800)
commit382f337fe4c4e20928636832520908f81975d5c7
tree3c3731e03698bf1eaa19b2dfc8b3542d4f103025
parent456287c22eb9a59047c071ee2549f385c54562e1
OCS-18 MSB-API Gateway add extension point for Auth and Driver Mgr.

Issue-id: OCS-18
MSB-API Gateway add extension point for Auth and Driver Mgr., these modules only need to fill in own logical code.

Change-Id: Ib54e807ae532bfb91c58bcbf8c9c56ee7e0d4ebf
Signed-off-by: YonggangWang <wang.yonggang131@zte.com.cn>
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/execute_auth.lua [new file with mode: 0644]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/msbconf.lua [new file with mode: 0644]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/plugins/auth.lua [new file with mode: 0644]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/plugins/driver_manager.lua [new file with mode: 0644]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/openomsb.conf