product-os / jellyfish-plugin-incidents

Jellyfish Incidents Plugin
GNU Affero General Public License v3.0
1 stars 0 forks source link

Handle multiple Statuspages #131

Closed joshbwlng closed 2 years ago

joshbwlng commented 2 years ago

Need to update env var logic to support multiple Statuspage IDs and API tokens. Something like:

INTEGRATION_STATUSPAGE_PAGES = [
  'PAGE_ID_FOO:API_TOKEN_FOR_FOO',
  'PAGE_ID_BAR:API_TOKEN_FOR_BAR'
]
joshbwlng commented 2 years ago

cc @olamiko