You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in garm v0.1.4 it's not mandatory to have webhook_url set.
By updating garm from v0.1.4 to v0.1.5, the /controller-info endpoint will fail as webhook_url got not converted into the database.
garm-cli-v0.1.5 controller show
Error: [GET /controller-info][409] controllerInfoConflict {"error":"urls_required","details":"Missing required URLs. Make sure you update the metadata, callback and webhook URLs"}
The text was updated successfully, but these errors were encountered:
Right. In it's current form (no scale sets yet), the webhook_url is kind of mandatory. We should probably relax this, as it won't really be mandatory once we have scale sets. It will only be mandatory for the current pools. So we can probably set this to optional.
in garm
v0.1.4
it's not mandatory to havewebhook_url
set.By updating garm from
v0.1.4
tov0.1.5
, the/controller-info
endpoint will fail aswebhook_url
got not converted into the database.The text was updated successfully, but these errors were encountered: