MongoDB configuration - Platform - BlueCat Gateway - 24.1

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
24.1

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 let Gateway administrators and other users update MongoDB settings without having to be a workflow developer.

Note: By default, no built-in Gateway workflows make use of MongoDB settings. The only MongoDB actions that take place are those within a custom workflow.

To enter MongoDB configuration settings:

  1. Open the MongoDB Configuration window. (Click the Navigator button if necessary, then click Configurations > MongoDB configuration.)

  2. Configure the MongoDB settings as desired.

    For more details, see Mail configuration settings list below

  3. When you're done, click Save.

    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.
DB Name

The database name. By default, this is example_DB.

Use 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.
Mail username

(Appears only if Use username and password is selected.)

Enter the username of the MongoDB account that Gateway should use.

Password source

(Appears only if Use username and password is selected.)

Select how you want to specify the password for the MongoDB account.

  • To upload an encrypted password file, select Encrypted file.

  • To enter the password manually, select Input.

Encrypted mail password file

(Appears only if Use 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.