Skip to content

Commit

Permalink
Fix kind credentials leakage in the logs
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Makhov <[email protected]>
(cherry picked from commit 7176bc7)
  • Loading branch information
makhov authored and github-actions[bot] committed Apr 11, 2024
1 parent a4917af commit bd8362d
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 bd8362d

Please sign in to comment.