ecp_mongo_create_user
Create a MongoDB user with readWrite access to the account's default database. Username automatically gets the account's prefix applied.
Instructions
Create a MongoDB user. db_username gets the account's own prefix applied automatically. Grants readWrite on this account's default database - MongoDB here has no read-only role option, unlike MySQL/Postgres's granular privilege grants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | ||
| db_username | Yes |