The error is below . looks like the user m103-application-user is not authorized to insert into products .
bash-4.4# mongoimport --port 27000 -u “m103-application-user” -p "m103-applicati>
2020-10-16T22:28:42.281+0000 no collection specified
2020-10-16T22:28:42.281+0000 using filename ‘products’ as collection
2020-10-16T22:28:42.305+0000 connected to: mongodb://localhost:27000/
2020-10-16T22:28:42.339+0000 Failed: (Unauthorized) not authorized on test to execute command { insert: “products”, ordered: false, writeConcern: { w: “majority” }, $db: “test” }
2020-10-16T22:28:42.339+0000 0 document(s) imported successfully. 0 document(s) failed to import.