From the course: Level up LLM applications development with LangChain and OpenAI

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Create a secured database access (user)

Create a secured database access (user)

- [Instructor] For security purposes, MongoDB Atlas requires clients to authenticate as MongoDB database users in order to be able to be authorized to access clusters. And if you go back to the project, you're going to see that now the password is missing. So, you could never access the cluster without proper credentials and authentication. So, let's go back and we're going to find here, under Security, Database Access. So, already have a database user, but if in your case this is empty, you can simply go to add new database user. So, what I'm going to do is to edit the existing one. You can, if you'd like, delete a user or edit it. So, I'm going to edit this one and then use the method, which will be with password. And in the case that you already had a password, it's never going to show for security reasons. So, the option that we have is to click on Edit Password and to autogenerate a secure password. So, this is recommended. It's going to generate a very complex password. So, I'm…

Contents