Skip to content

Where does OPA stores its new deployed policies ? export of policies #134

Discussion options

You must be logged in to vote

OPA can be thought of as an in-memory cache for policy and data kept there only to be able to make policy decisions as close to the calling service as possible. It is not the "source of truth" for policy or data, which is rather commonly distributed centrally via bundles.

There's some work in progress to allow OPA to write it's data to disk, but that is rather to allow for datasets that wouldn't fit in memory, and not for the purpose of exporting policy or data to other systems.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@oranichu
Comment options

@anderseknert
Comment options

@jorisscheppers
Comment options

@anderseknert
Comment options

@maxsmythe
Comment options

Answer selected by oranichu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment