opa command
Directories ΒΆ
Path | Synopsis |
---|---|
ast | Package ast declares Rego syntax tree types and also includes a parser and compiler for preparing policies for execution in the policy engine. |
cmd | Package cmd contains the entry points for OPA commands. |
dependencies | Package dependencies provides functions for determining the set of ast.Refs that AST elements depend on. |
format | Package format implements formatting of Rego source files. |
loader | Package loader contains utilities for loading files into OPA. |
metrics | Package metrics contains helpers for performance metric management inside the policy engine. |
rego | Package rego exposes high level APIs for evaluating Rego policies. |
repl | Package repl implements a Read-Eval-Print-Loop (REPL) for interacting with the policy engine. |
runtime | Package runtime contains the entry point to the policy engine. |
server | Package server contains the policy engine's server handlers. |
server/authorizer | Package authorizer provides authorization handlers to the server. |
server/identifier | Package identifier provides handlers for associating an identity with incoming requests. |
server/types | Package types contains request/response types and codes for the server. |
server/writer | Package writer contains utilities for writing responses in the server. |
storage | Package storage exposes the policy engine's storage layer. |
storage/inmem | Package inmem implements an in-memory version of the policy engine's storage layer. |
test | |
test/authz | |
tester | Package tester contains utilities for executing Rego tests. |
test/scheduler | |
topdown | Package topdown provides low-level query evaluation support. |
topdown/builtins | Package builtins contains utilities for implementing built-in functions. |
types | Package types declares data types for Rego values and helper functions to operate on these types. |
util | Package util provides generic utilities used throughout the policy engine. |
util/test | Package test contains utilities used in the policy engine's test suite. |
version | Package version contains version information that is set at build time. |
watch | Package watch provides the ability to set a watch on a Rego query. |
- Version
- v0.7.1
- Published
- Feb 25, 2018
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- now –
Tools for package owners.