mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
add mq removal on host delete
This commit is contained in:
@@ -130,6 +130,10 @@ func deleteHost(w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if err = mq.DeleteMqClient(currHost.ID.String()); err != nil {
|
||||||
|
logger.Log(0, "error removing DynSec credentials for host:", currHost.Name, err.Error())
|
||||||
|
}
|
||||||
|
|
||||||
apiHostData := currHost.ConvertNMHostToAPI()
|
apiHostData := currHost.ConvertNMHostToAPI()
|
||||||
logger.Log(2, r.Header.Get("user"), "removed host", currHost.Name)
|
logger.Log(2, r.Header.Get("user"), "removed host", currHost.Name)
|
||||||
w.WriteHeader(http.StatusOK)
|
w.WriteHeader(http.StatusOK)
|
||||||
|
Reference in New Issue
Block a user