Skip to content

Commit ed154a0

Browse files
authored
docs: Update Rego rules to v1 (#831)
* docs: Update Rego rules to v1 * Update ring for RUSTSEC-2025-0009
1 parent f204a57 commit ed154a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/logging/simple-kafka-cluster-opa-log4j.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ data:
4040
kafka.rego: |
4141
package kafka.authz
4242
43-
allow {
43+
allow if {
4444
true
4545
}
4646
---

examples/opa/simple-kafka-cluster-opa-allow-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ data:
4040
kafka.rego: |
4141
package kafka.authz
4242
43-
allow {
43+
allow if {
4444
true
4545
}
4646
---

0 commit comments

Comments
 (0)