Create Tenant TLS refactor (#450)

- fixed small bug in which RequestAutoCert was not setting properly
- support AutoCert and external certificates on Tenant creation
This commit is contained in:
Lenin Alevski
2020-11-30 12:08:13 -08:00
committed by GitHub
parent 219fe55356
commit 59b43884ff
3 changed files with 56 additions and 50 deletions

View File

@@ -54,3 +54,9 @@ const (
prometheusPort = "prometheus.io/port"
prometheusScrape = "prometheus.io/scrape"
)
// Image versions
const (
KESImageVersion = "minio/kes:v0.12.1"
ConsoleImageVersion = "minio/console:v0.4.6"
)