You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If read_sql is called with an invalid password in the URI, I see repeated login attempts:
[2023-01-10T22:39:44Z ERROR tiberius::tds::stream::token] Login failed for user 'testuser'. code=18456
[2023-01-10T22:39:44Z ERROR tiberius::tds::stream::token] Login failed for user 'testuser'. code=18456
[2023-01-10T22:39:44Z ERROR tiberius::tds::stream::token] Login failed for user 'testuser'. code=18456
Is there a way to limit connection attempts when its not an issue of a database timeout or similar?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If
read_sql
is called with an invalid password in the URI, I see repeated login attempts:Is there a way to limit connection attempts when its not an issue of a database timeout or similar?
Beta Was this translation helpful? Give feedback.
All reactions