Replies: 1 comment 2 replies
-
I'm afarid OPAL doesn't have such a feature at the moment. What I can suggest is managing this externally and restarting both containers on the restart of OPA. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently deploying
opal-server
,opal-client-standalone
andopa-envoy-authz
(https://github.com/open-policy-agent/opa-envoy-plugin).The
opal-client-standalone
instance is usingOPAL_POLICY_STORE_URL
to send the policies to theopa-envoy-authz
instance.The problem is that if the instance
opa-envoy-authz
reboots, the rules are gone. Is there a way foropal-client-standalone
to periodically pollopa-envoy-authz
so that it always has the latest rules?Beta Was this translation helpful? Give feedback.
All reactions