OPA dynamic cluster without bundles #655
Closed
Tristan-GG
started this conversation in
Community
Replies: 1 comment 5 replies
-
Hi there! It would help to know what those infrastructure restrictions are. OPA can't reach out to a remote host? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to deploy an OPA for my application because I need to assign rights to users of my application directly through it.
The problem is that the production application needs to change rights very dynamically, and with our infrastructure restrictions, bundles are not an option.
What's more, we need a robust OPA, so we opt for a cluster.
But how do you synchronize data with an OPA in cluster mode? At the moment I'm on a test environment with docker (but later for the prod with Ansible) where I replicate my service 3 times to avoid any loss of data and so that the OPA is in high availability, but I can't find a solution to synchronize the dynamically recorded data rules. (the rules are directly set up by postman on OPA, and I want to keep this function preferably)
Is it possible to do without bundles in my case? Is there a solution to obtain the same highly dynamic operation but with bundles? or by storing the data on a shared volume or file, for example?
Thanks in advance for your reply!
Beta Was this translation helpful? Give feedback.
All reactions