1
0
Fork 0

Fix: acme DNS providers

This commit is contained in:
Ludovic Fernandez 2018-10-11 16:50:04 +02:00 committed by Traefiker Bot
parent 1b54f4d32a
commit 7eeac63139
11 changed files with 488 additions and 5 deletions

View file

@ -61,7 +61,7 @@ type DNSProvider struct {
// The REST endpoint will be appended. In addition, the Configuration name
// and external DNS View Name must be passed in BLUECAT_CONFIG_NAME and BLUECAT_DNS_VIEW
func NewDNSProvider() (*DNSProvider, error) {
values, err := env.Get("BLUECAT_SERVER_URL", "BLUECAT_USER_NAME", "BLUECAT_CONFIG_NAME", "BLUECAT_CONFIG_NAME", "BLUECAT_DNS_VIEW")
values, err := env.Get("BLUECAT_SERVER_URL", "BLUECAT_USER_NAME", "BLUECAT_PASSWORD", "BLUECAT_CONFIG_NAME", "BLUECAT_DNS_VIEW")
if err != nil {
return nil, fmt.Errorf("bluecat: %v", err)
}