package logs

import "github.com/open-policy-agent/opa/test/e2e/logs"

Deprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended. For newer features and behaviours, such as defaulting to the Rego v1 syntax, use the corresponding components in the github.com/open-policy-agent/opa/v1 package instead. See https://www.openpolicyagent.org/docs/latest/v0-compatibility/ for more information.

Index

Functions

func GeneratePolicy

func GeneratePolicy(ruleCounts int, ruleHits int) string

GeneratePolicy generates a policy for use in Decision Log e2e tests. The `ruleCounts` determine how many total rules to generate, and the `ruleHits` are the number of them that will be evaluated. This is keyed off of the `input.hit` boolean value.

Types

type TestLogServer

type TestLogServer = v1.TestLogServer

TestLogServer implements the decision log endpoint for e2e testing.

Source Files

doc.go utils.go

Version
v1.4.2
Published
May 2, 2025
Platform
js/wasm
Imports
1 packages
Last checked
2 minutes ago

Tools for package owners.