Prevent anauthorized access to /system/console
There appears to be a short window during system startup where the OSGi Management Console (/system/console) can be accessed using default or static credentials (e.g., admin:admin).
This window can allow unauthorized users with network access to gain admin rights if they know or guess the password, before the usual authentication/authorization mechanisms and custom user configs are fully in place.
What are best practices to completely prevent unauthorized access to /system/console during (and after) startup?