|
64 | 64 | %% client port
|
65 | 65 | peer_port,
|
66 | 66 | auth_mechanism,
|
| 67 | + authentication_state :: any(), |
67 | 68 | connected_at :: integer(),
|
68 | 69 | helper_sup :: pid(),
|
69 | 70 | socket :: rabbit_net:socket(),
|
|
75 | 76 | stream_leaders :: #{stream() => pid()},
|
76 | 77 | stream_subscriptions :: #{stream() => [subscription_id()]},
|
77 | 78 | credits :: atomics:atomics_ref(),
|
78 |
| - authentication_state :: any(), |
79 | 79 | user :: undefined | #user{},
|
80 | 80 | virtual_host :: undefined | binary(),
|
81 | 81 | connection_step ::
|
@@ -1426,9 +1426,6 @@ handle_frame_pre_auth(Transport,
|
1426 | 1426 | {C1#stream_connection{connection_step = failure},
|
1427 | 1427 | {sasl_authenticate, ?RESPONSE_SASL_ERROR, <<>>}};
|
1428 | 1428 | {challenge, Challenge, AuthState1} ->
|
1429 |
| - rabbit_core_metrics:auth_attempt_succeeded(Host, |
1430 |
| - <<>>, |
1431 |
| - stream), |
1432 | 1429 | {C1#stream_connection{authentication_state = AuthState1,
|
1433 | 1430 | connection_step = authenticating},
|
1434 | 1431 | {sasl_authenticate, ?RESPONSE_SASL_CHALLENGE,
|
|
0 commit comments