Skip to content

Connecting several OPAL clients to one server #173

Answered by orweis
darkMark1999 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Daniel,
Yes you can point several OPAL-clients to the same OPAL-server.
A good place to start is with this docker-compose playground tutorial

You can simply duplicate the opal_client service listed in the compose yaml (and call it for example opal_client2) to have another opal-client running in the same compose. (of course you'd need to update the exposed ports on the host machine, so you'll be able to access the OPAL-client and OPA directly)

You can, of course, run OPAL-servers and clients without docker compose, checkout the other get-started within the OPAL Docs - to run them as python modules, or on plain docker, or even on K8s.

There is nothing special you need to do to have the O…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by darkMark1999
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #172 on October 29, 2021 16:00.