Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add security codes migration service from old soap service to compatible with new Rest service. #53

Merged
merged 3 commits into from
Aug 4, 2018

Conversation

GDRDABARERA
Copy link
Contributor

@GDRDABARERA GDRDABARERA commented Jul 30, 2018

Purpose

If a customer used old SOAP service to generate security codes if they migrate to our new REST Service they can't use old security codes. This client will migrate these old security codes to compatible with new REST service.

Resolved #65


SecurityCodeMigrationService securityCodeMigrationService = new SecurityCodeMigrationService();
String migrateCode = System.getProperty(SYSTEM_PROPERTY_MIGRATE);
String tenantToMigrate = System.getProperty(SYSTEM_PROPERTY_TENANTS);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible improvement to consider:
Provide system property for a tenant range.
When there are around 3000+ tenants it becomes difficult to test migrations as it will take some time.If we can provide a property for set of tenant range, they can migrate chunk wise.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants