opsgenie / opsgenie-lamp

OpsGenie Lamp with Go SDK
Apache License 2.0
34 stars 18 forks source link

The ZIP versions do not work with an account on the EU instance #9

Closed padawan closed 4 years ago

padawan commented 5 years ago

I cannot get lamp to work with an account on the EU instance, using the macOS ZIP package with the opsgenie.api.url = https://api.eu.opsgenie.com/ configuration variable set. Any request ends up with Client error occurred; Response Code: 401, Response Body: {"message":"Could not authenticate","took":0.0,"requestId":"…"} error message.

This works if the tool is built with GO with the source code, though.

Besides this discrepancy between the source and ZIP versions, the documentation should be updated to reveal that the configuration variable opsgenie.api.url = https://api.eu.opsgenie.com/ exists for and must be set by European customers.