mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
12dad370d5
- REST APIs
* CRUDL on policy modules
* Ad-hoc queries
* Query and patch base documents
* Query virtual documents
- Add PolicyStore to manage policy definition/module CRUDL operations.
* Supports persistence of policy definitons.
* Serve REST API CRUDL operations.
* Manage install/uninstall of rules into data store.
* Manage persistence of policy definitions.
- Misc. refactoring
* Move storage creation into runtime Init.
* Make AST types JSON serializable. Tweaked ast.Import to use Term instead
of Value for the path.
12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
# development environment
|
|
.DS_Store
|
|
.vscode
|
|
|
|
# build artifacts
|
|
coverage
|
|
opa
|
|
ast/parser.go
|
|
|
|
# runtime artifacts
|
|
policies
|