VCF alerts track admin@vsphere.local changes
- A new VCF Operations alerting method is circulating today: admins can make VMware Cloud Foundation flag any change to vCenter’s administrator@vsphere.local password. - The trigger is the vCenter event type `com.vmware.sso.PrincipalManagement`, added to VCF Operations’ `EventList.txt`, then wrapped in a custom symptom and alert. - That matters because Broadcom already treats SSO password changes as audit-worthy, and stale copies of that password can break linked VCF instances.
VMware Cloud Foundation admins have a small but useful new detection trick. If the `administrator@vsphere.local` password changes in vCenter, VCF Operations can be made to raise an alert instead of leaving that event buried in logs. That matters because this account sits right in the management plane — the part of the stack you really do not want changing quietly. The news here is not a Broadcom product launch. It is a practical field method, published May 6, 2026, that turns an existing vCenter event into an actionable VCF Operations alert. (brockpeterson.com) ### What changed today? A VMware-focused practitioner showed how to wire VCF Operations to catch password changes for `administrator@vsphere.local`. The workflow is simple: confirm vCenter emits the right event, teach VCF Operations to ingest that event, then build a symptom and alert definition on top of it. The result is a native alert inside the operations stack many VCF teams already watch all day. (brockpeterson.com) ### What is this account, exactly? `administrator@vsphere.local` is the built-in vCenter Single Sign-On administrator in the default SSO domain. It is not just another app login. It is one of the highest-value local identities in a vSphere environment, and Broadcom’s own guidance treats password changes on that account as something admins may need to audit directl(brockpeterson.com)ts use more important, not less. (knowledge.broadcom.com) ### What event is doing the work? The key detail is the event type `com.vmware.sso.PrincipalManagement`. When the password changes, vCenter generates that event. The published method adds that event type to VCF Operations’ `EventList.txt` so the VMware vCenter adapter actually ingests it. After an analytics service restart, the event starts showing up and can drive alerts like any other monitored condition. (brockpeterson.com) ### Why wasn’t this alert there already? Because the raw event existed, but VCF Operations was not necessarily watching for it out of the box. This is the classic monitoring gap — the signal is present, but nobody has mapped it into the alerting system. Think of it like a smoke detector with the battery installed but the siren disconnected. The smoke was always there. Now the noise happens too. (brockpeterson.com) ### Why do password changes matter so much? In healthy environments, rotating this password can be routine. But in incident response, changes to core admin credentials are also one of the first things you want explained. Broadcom’s audit article exists for exactly that reason — teams sometimes need to trace who reset the SSO administrator password and when. If you can surface that event immediately in operations tooling, you shorten the gap between change and investigation. (knowledge.broadcom.com) ### Could a normal rotation still cause trouble? Yes — and that is an important wrinkle. Broadcom documented that in VCF environments where multiple instances share one SSO domain, rotating `administrator@vsphere.local` on the primary instance can leave secondary instances with stale stored credentials. That can make SDDC Manager inaccessible until the new password is r(knowledge.broadcom.com)ional breakage. (knowledge.broadcom.com) ### So what should teams do with this? Do not treat the alert as automatic proof of compromise. Treat it as a high-value pivot point. Check whether the change lines up with a planned rotation, who was logged in around that time, and whether any other management-plane activity happened right after. If the answer is “nobody knows,” that is already useful. ### Bottom line(knowledge.broadcom.com)hat signal into an alert humans will actually see.