vipyrsec / dragonfly-mainframe

The mainframe for Dragonfly
https://docs.vipyrsec.com/dragonfly-mainframe/
MIT License
4 stars 2 forks source link

Reduce SQLA connection pool size to 5 #232

Closed jonathan-d-zhang closed 2 months ago

jonathan-d-zhang commented 3 months ago

Currently, the database is configured to have 25 max connections, with 3 reserved for superuser connections.

Closes #231.

gitguardian[bot] commented 3 months ago

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them. Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately. Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

import-pandas-as-numpy commented 3 months ago

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components. 🔎 Detected hardcoded secret in your pull request 🛠 Guidelines to remediate hardcoded secrets

🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.Our GitHub checks need improvements? Share your feedbacks!

Speaking this into existence just to hear myself say it and to go on record-- this is not a production password, and is associated with a test instance of PostgreSQL that is built locally during development.

jonathan-d-zhang commented 2 months ago

Sounds reasonable to make configurable