Closed mckaymic closed 2 years ago
Signatures can be done with the Node Crypto Sign and Verify classes https://nodejs.org/api/crypto.html#crypto_class_sign
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Razeedash-api is using standard apikey (aka 'org key') for auth, with key rotation. No desire to move to a more complicated / less standard approach. Closing as 'wontfix'
Instead of using an org API key and cluster ID to authenticate API calls from watchkeeper and clustersubscription to the API a public/private key pair should be used.