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
[=== ] Waiting For Enroll... [4s] {"log.level":"info","@timestamp":"2025-02-17T22:04:43.470Z","log.origin":{"function":"github.com/elastic/elastic-agent/internal/pkg/agent/cmd.(*enrollCmd).enrollWithBackoff","file.name":"cmd/enroll_cmd.go","file.line":524},"message":"Starting enrollment to URL: https://079ff92028de13e7d02afc20ee027b5f.fleet.us-west2.gcp.elastic-cloud.com:443/","ecs.version":"1.6.0"}
Error: failed to fix permissions: The operation completed successfully.
From CI we have at least one instance of:
That error is coming from
elastic-agent/internal/pkg/agent/cmd/enroll_cmd.go
Line 287 in 1eefbe0
So apparently on Windows
perms.FixPermissions
can return an "Error" of "The operation completed successfully". So we need to handle this.The text was updated successfully, but these errors were encountered: