Skip to content

Instantly share code, notes, and snippets.

@alchem0x2A
Last active March 22, 2022 04:34
Show Gist options
  • Save alchem0x2A/d3ce3130b6cc880a5841b86a8ca81ca4 to your computer and use it in GitHub Desktop.
Save alchem0x2A/d3ce3130b6cc880a5841b86a8ca81ca4 to your computer and use it in GitHub Desktop.
Example launchpad settings for FireWorks when working with mongodb.com database

Example yaml files to use launchpad in FireWorks

Choose the template for your configuration

  • Plaintext password: my_lauchpad_passwd.yaml
  • X509 TLS certificate: my_lauchpad_certx509.yaml

Remember to modify the fields marked with <>. The certificate file should be placed in a searchable location (with proper mode)

host: mongodb+srv://<cluster0>.<hash>.mongodb.net
logdir: null
name: <db-name>
port: 27017
ssl: True
ssl_ca_certs: null
ssl_certfile: <X509-cert.pem>
ssl_keyfile: null
ssl_pem_passphrase: null
strm_lvl: INFO
uri_mode: false
user_indices: []
wf_user_indices: []
authsource: $external
mongoclient_kwargs:
authMechanism: MONGODB-X509
host: mongodb+srv://<cluster0>.<hash>.mongodb.net
logdir: null
name: <db-name>
password: <fill-in-plain-text>
port: 27017
ssl: True
ssl_ca_certs: null
ssl_certfile: null
ssl_keyfile: null
ssl_pem_passphrase: null
strm_lvl: INFO
uri_mode: false
user_indices: []
username: <username>
wf_user_indices: []
authsource: admin
mongoclient_kwargs: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment