-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I use zitify with fastAPI and uvicorn? #51
Comments
UPDATE: I changed the binding to match the exact host which was specified for uvicorn and then it works @openziti.zitify(bindings={("0.0.0.0", 18080): bind_opts})
def run_app():
... The client gets its answer, but on server side this exception is thrown:
|
Hey, this seems like an extremely similar issue to what i'm seeing at the moment with my flask gunicorn application the example of the binding
and the app is running on the same ip and port this is the error we are getting
|
we were also getting the same error with |
I am looking into it. At the first glance |
Hi,
I'm trying to zitify my fastAPI service. This is a minimal example:
The service is running and responding to local requests, but it is not available on the ziti network. I tried the ziti-http-server example with the same identity & ziti service and everything is working. In the ZAC I can see, that for the identity both dots are green. Running my uvicorn example both dots staying grey, so the service is not zitified. Do you have any hints for me?
The text was updated successfully, but these errors were encountered: