MongoDB lets you persist information between workflows and Gateway instances. The MongoDB settings let Gateway administrators and other users update email recipients without having to be a workflow developer
BlueCat Gateway supports Python Flask-PyMongo for use in custom workflows. MongoDB lets you persist information between workflows and Gateway instances. The MongoDB configuration page lets Gateway administrators and other users update MongoDB settings without having to be a workflow developer.
To enter MongoDB configuration settings:
-
Open the MongoDB configuration window. (Click
Settings at the bottom of the navigator on the left, expand Configurations, then click MongoDB configuration.)
-
Configure the MongoDB settings as desired.
For more details, see MongoDB configuration settings list below
-
When you're done, click Save changes.
To cancel your changes, click Cancel instead.
MongoDB configuration settings list
The MongoDB configuration page has the following settings.
| Setting | Description |
|---|---|
| Host | The host URI. By default, this is
localhost. |
| Port | The port number for the MongoDB host. By default, this is
27017. |
| Database name | The database name. By default, this is
|
| Authenticate with username and password | Select this checkbox if you need to sign in to your MongoDB service. Several additional fields will appear for authentication information, such as account usernames, passwords, and password files. Note: For security reasons, if you clear this checkbox
before saving your changes, any changes you just entered
or files you just added will be deleted.
|
| Username | (Appears only if Authenticate with username and password is selected.) Enter the username of the MongoDB account that Gateway should use. |
| Password source |
(Appears only if Authenticate with username and password is selected.) Select how you want to specify the password for the MongoDB account.
|
| Encrypted file |
(Appears only if Authenticate with username and password is selected and Password source is Encrypted file.) A file with an encrypted password that Gateway should use when signing in to MongoDB. To add or change the encrypted password file, either drag the file onto the encrypted password file box area, or click in the box area to browse to a file. The file must be 1 MB or lower. Tip: You can use the Encrypt
Password page to create an encrypted
password file. For more details, see Encrypt password page.
|
| Password |
(Appears only if Use username and password is selected and Password source is Input.) Enter the password that Gateway should use when signing in to the MongoDB account. Gateway stores the password you enter as an encrypted file. |