Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.8 KB

webex_setup.md

File metadata and controls

43 lines (36 loc) · 2.8 KB

Webex Setup

Configuration Setting Mandatory? Default
enable_webex Yes False
webex_token Yes --
webex_signing_secret Yes --
  1. Login to https://developer.webex.com and select "Start building apps", then "Create a New App", then "Create a Bot".
    • Enter the bot name, username, icon (you can use nautobot_logo.png from this directory), and description, and select "Add Bot"
  2. Configure the displayed Bot Access Token string as the webex_token in your .creds.env file. It can't be recovered later, so if you lose it you'll need to log in and regenerate a new token.
  3. Currently the bot does not automatically register its own webhooks (although this is a capability that WebEx provides, TODO?) so you'll need to set them up yourself.
  4. Configure the webex_signing_secret in your .creds.env to match the secret string that you selected in step 3 above.
  5. Proceed to the Nautobot Server Preparation and Configuration section.

Deprecation Warning

As of Nautobot ChatOps Plugin v1.4.0, the PLUGIN_CONFIG settings for Webex has changed to align with the official renaming of Webex Teams to Webex:

  • enable_webex_teams is deprecated. Use enable_webex instead.
  • webex_teams_token is deprecated. Use webex_token instead.
  • webex_teams_signing_secret is deprecated. Use webex_signing_secret instead.

Both settings will currently work, however support for enable_webex_teams, webex_teams_token and webex_teams_signing_secret will be removed in v2.0.0.

Chat Setup