feat: command auth

This commit is contained in:
Toby
2023-08-12 13:12:36 -07:00
parent d3db1e4a1d
commit 25b8eef959
4 changed files with 37 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ func TestServerConfig(t *testing.T) {
URL: "http://127.0.0.1:5000/auth",
Insecure: true,
},
Command: "/etc/some_command",
},
Resolver: serverConfigResolver{
Type: "udp",