add insecure flag to allow self-signed certs to work
This commit is contained in:
parent
0777195423
commit
90d0bbf020
8 changed files with 112 additions and 40 deletions
|
|
@ -48,6 +48,7 @@ type AgentConfig struct {
|
|||
NatsProxyPort string
|
||||
NatsStandardPort string
|
||||
NatsPingInterval int
|
||||
Insecure string
|
||||
}
|
||||
|
||||
type RunScriptResp struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue