Hi there,
currently, Axon Ivy supports deactivating an application or PMV in the cockpit to throw it into maintenance mode, however, this also locks out admins which might want to execute a maintenance job contained or referencing the deactivated PMV.
My current workaround is to redirect to a static info page via an IIS URL Rewrite rule for that specific application but this does remove access to all PMs for the users which are not part of the maintenance but run in the same application since it's a shared domain context. Since IIS works as a reverse proxy, the access to the native HTTP-Listener on the engine remains untouched, leaving full access from localhost.
Is there any way to have a PM(V)-based maintenance mode while leaving it deployed for admins to do their stuff or is this a feature request?
The result should be that the maintenance of one PM(V) shouldn't take down the whole application while still leaving access to maintenance jobs.
Cheers!
Mario