07-27-2018 04:51 AM
Is it possible to use a single DAG to add applications from different customers ?
07-27-2018 07:51 AM
Hi @Renaud,
I’m Jamie, an Application Engineer here at Duo.
While it is possible to upload JSON files from different customers, we do not recommend or advise this. The Duo Access Gateway was designed to be used by a single customer.
Issues that can arise from using multiple DAG JSON files:
Jamie
09-01-2018 07:37 AM
Along a similar line, is running multiple instances of the dag docker container on the same host supported? Or is the only supported configuration to have a container host dedicated to each customer.
09-05-2018 06:45 AM
Hey there @JoeTauke,
Because the Duo Access Gateway deployed with Docker uses the public ports 80, 443, and 8443 you’d need to deploy a separate host per Duo Access Gateway you’d like to run.
Jamie
09-05-2018 07:01 AM
In theory though, the docker compose file could be altered to change what ports are exposed publicly. Then a load balancer could be placed in front that directs client URLs to the specific ports we have exposed.
09-05-2018 07:16 AM
That’s something that could be done to get around the limitation. Just be aware that configuration is not supported by Duo.
If you do go down that route some things to note:
-p access-gateway
in all of the docker commands you run to be unique per DAG or you’ll override the persistent data of each DAG.Jamie
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide