Running the Python SDK on an Oracle Linux server

I fixed one problem.. I had a space in between the intercept and the host.

this statement was the other problem..

ziti edge create service-policy httpbin-dial-policy Dial --identity-roles '#postgres-clients' --service-roles '#httpbin-services'

where I needed to set the identity-roles as follows

--identity-roles "@ziti-edge-router"

Now I get my terminator.. yeah..

the zcurl command works now.. but I still cannot run the python script yet

I am still getting the same error.. unable to locate the service.. so it must be some type of permission that I am getting wrong