whatap 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"permissions": {
|
|
3
|
+
"allow": [
|
|
4
|
+
"Read(//Users/seunghunlee/agent_workspace/apm-go-agent/**)",
|
|
5
|
+
"Read(//Users/seunghunlee/agent_workspace/golib-dev/util/urlutil/**)",
|
|
6
|
+
"Bash(go build *)",
|
|
7
|
+
"Bash(curl -sS -o /dev/null -w \"HTTP %{http_code}\\\\n\" http://localhost:3002/api/health)",
|
|
8
|
+
"Bash(kill 48136 48229)",
|
|
9
|
+
"Bash(curl -sS -o /dev/null -w \"app.js HTTP %{http_code}\\\\n\" http://localhost:3002/api/health)",
|
|
10
|
+
"Bash(ps -p 53138 -o pid,lstart,comm)",
|
|
11
|
+
"Bash(awk '$4==\"txt\"{print $NF}')",
|
|
12
|
+
"Bash(ps -p 53138 -Eww)",
|
|
13
|
+
"Bash(ps -ax -o pid,comm)",
|
|
14
|
+
"Bash(grep -iE \"whatap_nodejs$\")",
|
|
15
|
+
"Bash(kill %1)",
|
|
16
|
+
"Bash(pkill -f \"agent/darwin/arm64/whatap_nodejs.*head\")",
|
|
17
|
+
"Bash(ps -axww -o pid,lstart,command)",
|
|
18
|
+
"Bash(ps -axww)",
|
|
19
|
+
"Bash(docker buildx *)",
|
|
20
|
+
"Bash(docker info *)",
|
|
21
|
+
"Bash(docker system *)",
|
|
22
|
+
"Bash(sshpass -p 'Wh@1410X2' ssh -o StrictHostKeyChecking=no -o ConnectTimeout=10 whatap@192.168.100.21 'echo \"접속 OK: $\\(whoami\\)@$\\(hostname\\)\"; echo \"arch: $\\(uname -m\\)\"; docker --version 2>&1 | head -1; echo \"docker 권한: $\\(docker ps >/dev/null 2>&1 && echo ok || echo \"sudo 필요/불가\"\\)\"')",
|
|
23
|
+
"Bash(sshpass -p Wh@1410X2 ssh -o StrictHostKeyChecking=no whatap@192.168.100.21 ' *)"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/build.txt
CHANGED
package/package.json
CHANGED