Skip to content

Commit

Permalink
fix(secretstore.jose): skip dbus with kwallet
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Jun 23, 2023
1 parent 56aac4f commit 5f322df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/telegraf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ func runApp(args []string, outputBuffer io.Writer, pprof Server, c TelegrafConfi
}

func main() {
// #13481: disables gh:99designs/keyring kwallet.go from connecting to dbus
os.Setenv("DISABLE_KWALLET", "1")

agent := Telegraf{}
pprof := NewPprofServer()
c := config.NewConfig()
Expand Down

0 comments on commit 5f322df

Please sign in to comment.