Skip to content
Snippets Groups Projects
Commit 862634a3 authored by Josh Brooks's avatar Josh Brooks
Browse files

Disable auth for UDB host

parent 65fbb849
No related branches found
No related tags found
2 merge requests!23Release,!9Hotfix/no udb auth
......@@ -94,6 +94,7 @@ func NewManager(client *api.Client, single *single.Manager) (*Manager, error) {
hp.KaClientOpts.Time = time.Duration(math.MaxInt64)
hp.MaxRetries = 3
hp.SendTimeout = 3 * time.Second
hp.AuthEnabled = false
m.host, err = m.comms.AddHost(&id.UDB, def.UDB.Address, []byte(def.UDB.Cert), hp)
if err != nil {
return nil, errors.WithMessage(err, "User Discovery host object could "+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment