Skip to content

Create admin python script

Lubos Vozdecky requested to merge dev-lubos-admin-setup-script into main

Hi @gstark,

As we already discussed, I added a python script for admin creation. Since the script doesn't need access to the MongoDB CLI, it can be used in the localdb Docker image like this:

docker exec -it localdb python create_admin.py <admin_username> <admin_password> --address mongodb

Merge request reports