Running the LeZa Proxy
The proxy is your application security gateway providing the all-important secured access control.
Last updated
Was this helpful?
The proxy is your application security gateway providing the all-important secured access control.
Last updated
Was this helpful?
is open-source software that can be installed on any infrastructure, it is currently available as a image. The proxy plays the role of a security gateway to your applications and services and is easily configured through LeZa Platform.
See the steps below to get your LeZa gateway up and running.
The LeZa proxy is the gateway to your application and should be the only public access point (unless you know what you are doing). This means that the proxy should be inside the private network containing your application. Although there is a way to configure your application and the LeZa gateway on different networks this requires a bit more work. We highly recommend for the purposes of efficiency and security you keep all instances inside the same private network.
To install the proxy you will need the Client ID and Client Secret of your application, if you don't know where to get those please refer to the .
You will also need to have docker installed.
If needed, you can go to in order to see how to install and run the docker container.
Next, pull the LeZa Proxy docker image with this command
Then, run the proxy with the below command
Input the client_ID and client_secret provided by LeZa when where you see [YOUR_LEZA_CLIENT_ID], [YOUR_LEZA_CLIENT_SECRET] in the command.
Note: If you use docker desktop, then --net=host will not work for you
If you are using a Mac then use the following command:
Your proxy should now be running and if you configured your application on LeZa you will be redirected to a login page when trying to access your content!