@@ -2794,10 +2794,10 @@ complete_secret_update(NewUser = #user{username = Username},
27942794 virtual_host = VH } = C1 , S1 ) ->
27952795 notify_auth_result (Username , user_authentication_success , [], C1 , S1 ),
27962796 rabbit_core_metrics :auth_attempt_succeeded (Host , Username , stream ),
2797- ? LOG_DEBUG (" Successfully checked updated secret for username '~ts '" ,
2797+ ? LOG_DEBUG (" Stream connection has successfully checked updated secret for username '~ts '" ,
27982798 [Username ]),
27992799 try
2800- ? LOG_DEBUG (" Checking vhost access after secret update" ),
2800+ ? LOG_DEBUG (" Checking virtual host access after secret update" ),
28012801 rabbit_access_control :check_vhost_access (NewUser , VH , {socket , S }, #{}),
28022802 ? LOG_DEBUG (" Checked vhost access" ),
28032803
@@ -2807,7 +2807,7 @@ complete_secret_update(NewUser = #user{username = Username},
28072807 {sasl_authenticate , ? RESPONSE_CODE_OK ,
28082808 <<>>}}
28092809 catch exit :# amqp_error {explanation = Explanation } ->
2810- ? LOG_WARNING (" Access to vhost failed after secret update: ~ts " ,
2810+ ? LOG_WARNING (" Stream client can no longer access virtual host after a secret update: ~ts " ,
28112811 [Explanation ]),
28122812 silent_close_delay (),
28132813 {C1 # stream_connection {connection_step = failure },
0 commit comments