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
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Consul 1.0.0 has breaking API changes, see CHANGELOG and PR
Starting from this release it's not possible to use GET to update health checks. While trying do it we're getting: "Received 405 trying to update health".
It is necessary to use PUT verb for updating health checks.
The text was updated successfully, but these errors were encountered:
Consul 1.0.0 has breaking API changes, see CHANGELOG and PR
Starting from this release it's not possible to use GET to update health checks. While trying do it we're getting: "Received 405 trying to update health".
It is necessary to use PUT verb for updating health checks.
The text was updated successfully, but these errors were encountered: