Skip to content

v1.36.0

Choose a tag to compare

@koponen-styra koponen-styra released this 15 Aug 12:09
· 45 commits to main since this release
dc05972

OPA v1.2.0
Regal v0.31.1

This release includes a new local file data source, for pulling in data stored on disk.

Local File Data Source

Enterprise OPA can now periodically read in data from local files on disk, picking up changes when they occur:

# enterprise-opa.yaml
plugins:
 data:
 users:
 type: localfile
 file_path: users.json
 file_type: json
 polling_interval: 1s
 rego_transform: "data.localfile.transform"

See the docs for more information.