1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 05:15:25 +02:00

feat(global): add a --no-auth flag to disable authentication

This commit is contained in:
Anthony Lapenna 2017-02-01 22:10:07 +13:00
parent 779fcf8e7f
commit 0f81ad5654
16 changed files with 203 additions and 191 deletions

View file

@ -5,6 +5,7 @@ const (
defaultDataDirectory = "C:\\data"
defaultAssetsDirectory = "."
defaultTemplatesURL = "https://raw.githubusercontent.com/portainer/templates/master/templates.json"
defaultNoAuth = "false"
defaultTLSVerify = "false"
defaultTLSCACertPath = "C:\\certs\\ca.pem"
defaultTLSCertPath = "C:\\certs\\cert.pem"