Scenario : Password Reset Process
During Maintenance window , we are going to reset the password of a particular application .
The application credentials are picked from DB . There are totally 35 credentials and each credential is unique.
Suppose if the process is running in Bot -1 , it is programmed to pick bot -1 application crede tial only.
Likewise 35 set of creds will be used when the process is running on each bot , based on bot username the credential is picked .
But for password reset , we have to reset all credentials at once. How can this be done ? Any design suggestions ?
The reason why it has to run in its own username bot , is because the otp comes for password reset/login.
There will be one solution for password reset , but it has to reset all bot’s passwords