feat(cloud): remove static credentials and add host console
Tests / Test No test results found

This commit is contained in:
2026-07-13 19:45:53 +08:00
parent efeb3eb926
commit c162c2501b
61 changed files with 3118 additions and 1221 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class HostAgentEnrollmentClient:
response = self._request(
"POST",
"/internal/v1/enrollments",
token=self.config.enrollment_token or None,
token=None,
json={
"agent_instance_id": agent_instance_id,
"host_token": host_token,