Update OPA Bundles Using Go SDK #685
-
Hello, I am currently using the OPA Go SDK, and I understand that there are polling methods available to periodically fetch and update bundles from the bundle server, such as using ETag or long polling. However, I wanted to check if it is possible to update the currently used bundle in the OPA Go SDK by sending a request when an event occurs, indicating that a new version of the bundle has been updated on the bundle server? Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
charlieegan3
Mar 31, 2025
Replies: 1 comment 1 reply
-
Hey, great question. We're lacking docs on this but you can do it like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jjhwan-h
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, great question. We're lacking docs on this but you can do it like this:
open-policy-agent/opa#3828 (comment)