fhsinchy/tent

Default service values

melvinotieno opened this issue · 7 comments

tent start mongo starts mongo db with access-control enabled. How do I disable this option as I do not want to pass user and password to the container instance. I am running locally for development.

OS: Fedora 34

Sadly, there is no way right now. Username and password is a requirement for majority of the services in tent. 😔

Okay thank you. I can work with that still. Thank you for this tool. It actually does help a lot rather than doing it with podman alone

Thanks for the idea though. I may as well add an --insecure flag to start the services without any password. I'll look into it tomorrow morning.

Yes that would be great. That way, I won't have to keep setting up a user every time I create a new database.

reopened just because there could be a fix for it

Any progress on this?

No not yet. I'm a little busy these days sadly. Also need to update the codebase with the latest tagged version of their bindings. Right now, I can't give any ETA either.