OneUptime / oneuptime

OneUptime is the complete open-source observability platform.
https://oneuptime.com
Apache License 2.0
4.84k stars 227 forks source link

Add reference to crypto-js in Javascript Custom monitor #1716

Open Proxio opened 2 months ago

Proxio commented 2 months ago

I need to be able to create a HMAC authentication scheme to validate against an API i need to monitor. I need to use crypto-js or similar framework to be able to follow the HMAC standard.

Either possibility to use require to add libraries or to default add reference to crypto-js

Alternative is to not use oneUptime for this monitor need or to create a unsafe endpoint just for monitoring purpose.