Skip to content

Commit 09a87bb

Browse files
committed
allow access to internal consoleupdate in opa
1 parent 7447a89 commit 09a87bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package infrabox
2+
3+
# HTTP API request
4+
import input as api
5+
6+
allow {
7+
api.method = "GET"
8+
api.path = ["internal", "api", "job", "consoleupdate"]
9+
}

0 commit comments

Comments
 (0)