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
When the agent tries to auto unenroll due too many authentication failures, the unenroll handler sets the action to nil before saving it. However the state store panics when setting a nil action.
When the agent tries to auto unenroll due too many authentication failures, the unenroll handler sets the action to
nil
before saving it. However the state store panics when setting anil
action.nil
:elastic-agent/internal/pkg/agent/application/actions/handlers/handler_action_unenroll.go
Lines 86 to 89 in b4877f5
elastic-agent/internal/pkg/agent/application/actions/handlers/handler_action_unenroll.go
Lines 95 to 101 in b4877f5
nil
pointerelastic-agent/internal/pkg/agent/storage/store/state_store.go
Lines 183 to 188 in b4877f5
The text was updated successfully, but these errors were encountered: