leverage LFID authentication to pod creation
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 11 Sep 2017 04:37:22 +0000 (12:37 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 12 Sep 2017 06:23:18 +0000 (14:23 +0800)
commit7479f29b3d0a613d459cd26b31eab38f00a00b22
tree2a763a2de3bd25cdddd49d5efb1eacc7036741e8
parent28d5b3d14a6354ec170ebaea7f0f6ba342375b61
leverage LFID authentication to pod creation

only valid linux foundation user is allowed to create the new pod
add owner field in pods to track the pod creator

Change-Id: Icada07152069f7c826bfa6122cb86db8c4e3bf68
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
testapi/3rd_party/static/testapi-ui/components/pods/pods.html
testapi/opnfv_testapi/common/check.py
testapi/opnfv_testapi/common/message.py
testapi/opnfv_testapi/resources/handlers.py
testapi/opnfv_testapi/resources/pod_models.py
testapi/opnfv_testapi/tests/unit/executor.py
testapi/opnfv_testapi/tests/unit/fake_pymongo.py
testapi/opnfv_testapi/tests/unit/resources/test_base.py
testapi/opnfv_testapi/tests/unit/resources/test_pod.py
testapi/opnfv_testapi/tests/unit/resources/test_result.py