Skip to content

Bug/Feature - Initial Connection Attempts Locking User. Make adjustable #1477

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

Open
bennett-dahl opened this issue May 7, 2025 · 0 comments
Labels
feature request New issue opened using "Feature request" template

Comments

@bennett-dahl
Copy link

When using an OBDC driver to connect to our database (and I imagine this is true of other drivers too), when attempting to initialize, if the connection string isn't correct (i.e. credentials), it attempts 5 times. Due to security standards, this causes the User account to be disabled at the database level. Attempting 5 times looks to be hard coded in the createInitialConnection() function.

Describe the solution you'd like
Make the number of connection attempts configurable in the settings.

Describe alternatives you've considered
We cannot update the number of connection attempt failures due to security policies.

@bennett-dahl bennett-dahl added the feature request New issue opened using "Feature request" template label May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New issue opened using "Feature request" template
Projects
None yet
Development

No branches or pull requests

1 participant