From 010a4977ca38beb9828a0fe8f676871802d3423e Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 2 Apr 2019 09:13:07 +0000 Subject: [PATCH] Update git submodules * Update cyborg from branch 'master' - Merge "fix api context load failure for cyborg-api runs by uwsgi" - fix api context load failure for cyborg-api runs by uwsgi when deployable POST request[0] is made with admin user, it always returns a 403 forbidden code. This patch fixes the bug. The root cause is that "return app.app_factory(CONF)" in init_application() will only load app:api_v1(see in [1]) and miss others filters:authtoken etc. [0]: curl -g -i -X POST http://192.168.23.76/accelerator/v1/deployables [1]: /etc/cyborg/api-paste.ini Change-Id: I1498705271fe6de6fc42db9b73221d9794c36b2b --- cyborg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyborg b/cyborg index b330e1b547..72f24adde2 160000 --- a/cyborg +++ b/cyborg @@ -1 +1 @@ -Subproject commit b330e1b547cf38e24a0f3f4cb3dbf08d07a052fa +Subproject commit 72f24adde2ad480d2db28388f04cc53ba9ea9885