Skip to content

Commit b1d5a88

Browse files
committed
remove domain_id
Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
1 parent 5cf62fd commit b1d5a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readers/api/transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ func authenticate(ctx context.Context, req listMessagesReq, authn smqauthn.Authe
256256
return "", "", err
257257
}
258258

259-
return req.domain + "_" + session.UserID, policies.UserType, nil
259+
return session.UserID, policies.UserType, nil
260260
case req.key != "":
261261
res, err := clients.Authenticate(ctx, &grpcClientsV1.AuthnReq{
262262
ClientSecret: req.key,

0 commit comments

Comments
 (0)