There was a new flag to block new users on FMS - would it be possible to have this as an option for deployment perhaps schedule that option at one point of time and then schedule the migration for a later time, once migration starts kick users do the migration and then disable that option?
Isn’t the problem that block new users happens straight away and then blocks the DAPI session you then need to run the deployment??
You know I had not thought of that. We need to test that.
Todd
We’re not using the Data API to run any part of the deployment, would the Block New users stop the functioning of the Admin API?
-Kyle
No not the data api. But I wonder if the Server Side script we use to run the Post Deployment step is impacted. I doubt it. But it does “Log in” to a file, so maybe?
Todd
hmm yes that might be affected. we would need to test
But… being “post deployment”, shouldn’t you be able to toggle the setting back off before you attempt to run that?
Although, I guess if you are counting on that post deployment script to succeed or you revert the deployment… that could be a conflict.