-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add mongoDB scaler #1465
Comments
Thanks for the contribution @NUCsimple, we'll review it asap! |
very cool -- wish I knew Go well enough to add support for tls connections. It's certainly possible to specify tls in the connection string, but the most secure way to do mongodb uses tls authentication as well, meaning that you need to not only tell it "use TLS", you need to give it a CA certificate and a client key / certificate to use. Seems like this could be done either by having the key, cert, and ca in the same secret or by allowing you to provide a tls secret as well. I may have to try to learn enough go to do a PR for this as it would be really useful for me |
@taxilian just give it a try, it is not that hard to contribute in Go :) |
Maybe can this issue be closed? |
Provide a scaler based on a query to mongoDB:
The text was updated successfully, but these errors were encountered: