initial implementation of the '/agent/share/http-healthcheck' endpoint (#1002)

This commit is contained in:
Michael Quigley
2025-07-18 12:18:53 -04:00
parent b99e414fce
commit 6275985d54
42 changed files with 1695 additions and 1628 deletions

View File

@ -78,6 +78,7 @@ func Run(inCfg *config.Config) error {
api.AgentRemoteStatusHandler = newAgentRemoteStatusHandler()
api.AgentRemoteUnaccessHandler = newAgentRemoteUnaccessHandler()
api.AgentRemoteUnshareHandler = newAgentRemoteUnshareHandler()
api.AgentShareHTTPHealthcheckHandler = newAgentShareHttpHealthcheckHandler()
api.AgentUnenrollHandler = newAgentUnenrollHandler()
}
api.EnvironmentEnableHandler = newEnableHandler()