fgpv-vpgf / rcs

RAMP Configuration Service
http://fgpv-vpgf.github.io/rcs
1 stars 8 forks source link

Test page not signing Upgrade requests and curl commands not succeeding #64

Closed dan-bowerman closed 7 years ago

dan-bowerman commented 7 years ago

The /static/test.html page is not signing Upgrade requests. Additionally, for migration purposes, it would be useful to permit an array of UUIDs to upgrade all at once.

Executing curl requests against the Upgrade endpoint is also not working. Example:

curl -X POST http://localhost:5000/v2/upgrade/2.0/0 -H "Sender: jstest" -H "TimeStamp: 2016-12-08T15:12:11.831Z" -H "Authorization: hvNDADePUlOgxjBYDCFIQUfthG_r8GP8Kji7nMZmQAs"

This returns the error "Invalid signature".