-
From the docs, this should be supported:
> Pointers must refer to object keys. Pointers to array elements will be treated as undefined. For example /input/emails/0/value is allowed but /input/email…
-
It would be neat if it was possible to point Regal at Markdown files and have it lint any code blocks with `rego` set as the language identifier. This should probably be opt-in when Regal is pointed a…
-
### Discussed in https://github.com/orgs/stayonhire/discussions/66
Originally posted by **dylanhru** November 11, 2023
Clint LVMD: Machine Risk assessments/ conditional rego:
All machines h…
-
When trying to build JSON paths from an array of strings and numbers, `concat` will fail:
```rego
r := concat("/", ["path", 0, "foo"])
```
```
1 error occurred: policy.rego:5: rego_type_error…
-
Currently, it has only privileged users. Should be applicable for all users
https://github.com/clouditor/clouditor/blob/8f3953f3088308d7fb37292c45d25e363788be4e/policies/bundles/IdentityManagement/Id…
-
Hi,
We installed postee with the supplied Helm chart, however it doesn't seem to support volume mounting anywhere other than on the host. Is it possible to modify the chart to support the existi…
-
In order to support **Windows** system, we should add **rego** rules to check for `securityContext` parameters also for this OS.
Reading from the official documentation, we should implement a control…
-
The way we currently report `rego_unsafe_var_error`s is really confusing, and reasonably more so for people new to Rego. Given a policy like this:
```rego
package play
rule {
my_string := …
-
Version: 0.64.1
In practice it is not possible to use `opa.runtime().env` with partial eval.
This is a test to reproduce issue:
```go
func TestPartialEvalLoosesRuntime(t *testing.T) {
…
nkey0 updated
4 months ago
-
**What steps did you take and what happened:**
Not able to prevent namespace deletion. Below are my OPA Gatekeeper version and constrainttemplate.
**What did you expect to happen:**
I expect…