rename SSL to TLS in labels, env variables and normal variables/constants (#242)

This commit is contained in:
Lenin Alevski
2020-08-09 16:08:58 -07:00
committed by GitHub
parent b8bca9d2fe
commit cff712f071
11 changed files with 41 additions and 41 deletions

View File

@@ -130,8 +130,8 @@ type IdpConfigurationActiveDirectory struct {
// server insecure
ServerInsecure bool `json:"server_insecure,omitempty"`
// skip ssl verification
SkipSslVerification bool `json:"skip_ssl_verification,omitempty"`
// skip tls verification
SkipTLSVerification bool `json:"skip_tls_verification,omitempty"`
// url
// Required: true