Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
#104: use TLS certificates in flex
Browse files Browse the repository at this point in the history
  • Loading branch information
Lior Tamari committed Sep 27, 2017
1 parent 94ec806 commit f880aa3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ type UbiquityPluginConfig struct {
Backends []string
LogLevel string
CredentialInfo CredentialInfo
SslConfig UbiquityPluginSslConfig
}

type UbiquityDockerPluginConfig struct {
Expand All @@ -122,6 +123,11 @@ type ScbeRemoteConfig struct {
SkipRescanISCSI bool
}

type UbiquityPluginSslConfig struct {
UseSsl bool
VerifyCa string
}

//go:generate counterfeiter -o ../fakes/fake_storage_client.go . StorageClient

type StorageClient interface {
Expand Down

0 comments on commit f880aa3

Please sign in to comment.