Skip to content

Commit

Permalink
Merge pull request k0sproject#4284 from k0sproject/backport-4282-to-r…
Browse files Browse the repository at this point in the history
…elease-1.27

[Backport release-1.27] Fix kind credentials leakage in the logs (2)
  • Loading branch information
makhov authored Apr 11, 2024
2 parents a4917af + bd8362d commit 23fdb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/component/controller/kine.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var _ manager.Ready = (*Kine)(nil)

// Init extracts the needed binaries
func (k *Kine) Init(_ context.Context) error {
logrus.Infof("initializing kine with config: %+v", k.Config)
logrus.Infof("initializing kine")
var err error
k.uid, err = users.GetUID(constant.KineUser)
if err != nil {
Expand Down

0 comments on commit 23fdb1b

Please sign in to comment.