You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the task
Investigate the failed user records while doing one-time information load in production. Fix the api, so it can detect if the user is a test user or a prod user, and call the IDIM web service in the correct environment.
Acceptance Criteria
Fix the api to check if BCeID user is a test user or prod user, and call the IDIM web service with the correct environment
Run the api again and capture the failure list (include user type)
Go through the failure user list
Additional context
cognito_user_id has the environment in it, but if the user never login to any of the application integrated with FAM, then we won't have the cognito_user_id for that user
Please note that, before run the one-time load api, need to adjust the api lambda time out to 29s (api gateway has 29s time out as well). Remember to switch it back when finish.
The api kay to run the one-time load api is stored in AWS PROD secret manager
Some sample failure in production from the log when we run the api on 2024-08-22 (please note that the failure could because we are not supporting finding test user in the one-time load api yet):
The text was updated successfully, but these errors were encountered:
Describe the task
Investigate the failed user records while doing one-time information load in production. Fix the api, so it can detect if the user is a test user or a prod user, and call the IDIM web service in the correct environment.
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: