On shutdown the bridge asks the server to stop sessions before force-killing them.
What's wrong with this entry?
On shutdown the bridge now asks the server to stop each tracked session before waiting for those sessions to exit, rather than after force-killing them, and awaits the results at the end.
- The stop calls carry the current environment secret, including one obtained by re-registration.
- Failures are labelled for telemetry under
bridge_work_stop:env_gonewhen the resource is already gone,shutdown_403for a 403,shutdown_failedotherwise.
shutdown_403
Strings lifted out of the shipped bundle, so the claim above can be checked against them.