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 Apr 27, 2019. It is now read-only.
it seems that consul wants a node specified
this works:
curl -XPUT http://localhost:8500/v1/catalog/deregister -d '{ "Node":"dc1", "Name": "IS4ProtectedAPI v1.0.0.0"}'
this doesn't:
curl -XPUT http://localhost:8500/v1/catalog/deregister -d '{ "Name": "IS4ProtectedAPI v1.0.0.0"}'
so your deregiester method Needs aditional Parameters
One more bug:: IS4ProtectedAPI v1.0.0.0 is the NAME (not the ID) of the Service
I notice you are not the maintainer of the nuget package I used, are you?
The text was updated successfully, but these errors were encountered: