-
Notifications
You must be signed in to change notification settings - Fork 284
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 support for MongoDB authentication (digest). #202
Comments
That was too fast, had to commit again. |
Both would be very good additions. In case of the authentication code I would like to integrate it as
If you want to tackle that and make a pull request that would be great. Otherwise I could also take your code and integrate it when I have some time (with permission and credit of course). Btw. wouldn't the admin helper make a nice little stand-alone project? A colleauge just searched for something like that and went with MongoVue, I think. A simple browser based alternative would actually have been sufficient/preferred in that case, but all of them required installing a scripting host/web server. So a vibe.d based one would have been perfect in that case. Also, sorry for the late reply I was away last week and forced myself to work exclusively on another project to make some more serious progress there finally. |
@s-ludwig Hello and sorry for the delay, had some trouble last days.. Of course you can take it if you want, but see my current changeset. Btw, are you available on IRC or something? In the newest version of MongoDB they introduced roles and a new format for privileges, now you need to login only once. I've rewritten my code so it is now integrated into To get authentication running you have to call it like:
MongoAdmin An alternative to MongoVue would be indeed nice but I do not have the time for another project, at least at the moment.. |
Hello, no problem at all with the delay! I think the current version generally looks good, so no need for me to reorganize it. I'm not on IRC anywhere, though (In my past tries I never really liked it and thus never really started using it). Just one thing regarding |
Implemented by #218. |
Hello, I've implemented an authentication adapter for MongoDB, please have a look at: HowToMeetLadies/vibe.d@2438a64e58.
I'll send a pull request if it fits, have also done a driver for GridFS (w/ versioning) and an simple admin-helper (databases, user managment, stats)..
Cheers
Christian
The text was updated successfully, but these errors were encountered: