Skip to content

Commit

Permalink
fixup: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-kupries committed Aug 16, 2024
1 parent 3465442 commit 3e9854e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/handlers/v1-kube-api-authn.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (kube *KubeAPIHandlers) v1Authenticate(w http.ResponseWriter, r *http.Reque
ReturnHTTPError(w, r, http.StatusServiceUnavailable, fmt.Sprintf("%v", err))
return
}
log.Infof(string(responseJSON))
log.Infof(" json: %s", string(responseJSON))
log.Infof(" ...authenticated %s!", accessKey)
}

Expand Down

0 comments on commit 3e9854e

Please sign in to comment.