Skip to content

Commit

Permalink
mTLS and logs++
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp committed Aug 25, 2023
1 parent 4e0789e commit c6a533d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugincontainer/container_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func TestExamplePlugin(t *testing.T) {
IncludeLocation: true,
}),
SkipHostEnv: true,
// AutoMTLS: true,
AutoMTLS: true,
RunnerFunc: func(logger hclog.Logger, cmd *exec.Cmd, tmpDir string) (runner.Runner, error) {
cfg := &config.ContainerConfig{
Image: tc.image,
Expand Down
2 changes: 1 addition & 1 deletion plugincontainer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/docker/docker v24.0.5+incompatible
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-plugin v1.4.11-rc1.0.20230825120311-d8a526c0cfa5
github.com/hashicorp/go-plugin v1.4.11-rc1.0.20230825121839-93ec1744b4f3
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)
Expand Down
2 changes: 2 additions & 0 deletions plugincontainer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ github.com/hashicorp/go-plugin v1.4.11-rc1.0.20230825115228-6fadb29a13f0 h1:Dpd1
github.com/hashicorp/go-plugin v1.4.11-rc1.0.20230825115228-6fadb29a13f0/go.mod h1:w1sAEES3g3PuV/RzUrgow20W2uErMly84hhD3um1WL4=
github.com/hashicorp/go-plugin v1.4.11-rc1.0.20230825120311-d8a526c0cfa5 h1:qSB2jobHf2qBkLZhMygyy0cHGmKqhtYRkitgkpQTduw=
github.com/hashicorp/go-plugin v1.4.11-rc1.0.20230825120311-d8a526c0cfa5/go.mod h1:w1sAEES3g3PuV/RzUrgow20W2uErMly84hhD3um1WL4=
github.com/hashicorp/go-plugin v1.4.11-rc1.0.20230825121839-93ec1744b4f3 h1:vY1aQel9gws0mqBVal3xZ0lz233qNl4dYyxl5oCPboA=
github.com/hashicorp/go-plugin v1.4.11-rc1.0.20230825121839-93ec1744b4f3/go.mod h1:w1sAEES3g3PuV/RzUrgow20W2uErMly84hhD3um1WL4=
github.com/hashicorp/yamux v0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE=
github.com/hashicorp/yamux v0.1.1/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c=
Expand Down

0 comments on commit c6a533d

Please sign in to comment.