PyExecutor ResourceResoluton helper class. 99/103499/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Mon, 9 Mar 2020 14:34:14 +0000 (14:34 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Wed, 11 Mar 2020 09:30:15 +0000 (09:30 +0000)
commitfff342d0769e1c9f4e7900fd66b91e82c6966ac3
tree5144bb755abdbe3a5595cc80e23d38d3bbb2da70
parent88929cf6c21023328644fc637627371733b085d8
PyExecutor ResourceResoluton helper class.

Create a class to call workflow execution requests to gRPC server.
Create an interceptor to use header authorization for gRPC calls.

Issue-ID: CCSDK-1989
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ia449a089e02e7a12e31bee5e3b7debee506d8426
ms/py-executor/resource_resolution/README
ms/py-executor/resource_resolution/authorization.py [new file with mode: 0644]
ms/py-executor/resource_resolution/client.py
ms/py-executor/resource_resolution/resource_resolution.py [new file with mode: 0644]
ms/py-executor/resource_resolution/tests/authorization_interceptor_test.py [new file with mode: 0644]
ms/py-executor/resource_resolution/tests/resource_resolution_test.py [new file with mode: 0644]