Skip to content

Commit 68b9015

Browse files
committed
fix rego rule for consoleupdate
1 parent 09a87bb commit 68b9015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openpolicyagent/policies/internal.rego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ package infrabox
44
import input as api
55

66
allow {
7-
api.method = "GET"
7+
api.method = "POST"
88
api.path = ["internal", "api", "job", "consoleupdate"]
99
}

0 commit comments

Comments
 (0)