Skip to content

Commit

Permalink
Fixes #811 - enable dynamic client registration
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Nov 6, 2020
1 parent d3820b8 commit 9d3055e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocis/pkg/command/konnectd.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func configureKonnectd(cfg *config.Config) *svcconfig.Config {
cfg.Konnectd.Log.Color = cfg.Log.Color
cfg.Konnectd.HTTP.TLS = false
cfg.Konnectd.Service.Version = version.String
cfg.Konnectd.Konnectd.AllowDynamicClientRegistration = true

if cfg.Tracing.Enabled {
cfg.Konnectd.Tracing.Enabled = cfg.Tracing.Enabled
Expand Down

0 comments on commit 9d3055e

Please sign in to comment.