-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log the event with trace level and add mqtt dataflow #255
Conversation
/hold also wait for open-cluster-management-io/sdk-go#91 |
/assign @clyang82 @morvencao |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall lgtm
@@ -26,7 +26,7 @@ var _ GRPCAuthorizer = &KubeGRPCAuthorizer{} | |||
|
|||
// TokenReview validates the given token and returns the user and groups associated with it. | |||
func (k *KubeGRPCAuthorizer) TokenReview(ctx context.Context, token string) (user string, groups []string, err error) { | |||
klog.V(4).Infof("TokenReview: token=%s", token) | |||
klog.V(10).Infof("TokenReview: token=%s", token) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: maybe we should delete this for security concern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
6b775fa
to
8302d23
Compare
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Signed-off-by: Wei Liu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
sdk-go will be upgraded in #260 |
/ok-to-test |
No description provided.