Skip to content

Commit

Permalink
Merge pull request #1695 from nandhu-kumar/develop
Browse files Browse the repository at this point in the history
MOSIP-35404 | Added keymanager to the pattern
  • Loading branch information
mohanachandran-s authored Dec 7, 2024
2 parents a03c89f + 3b0e2a6 commit ac8e6e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class GlobalMethods {
public static Set<String> serverEndpoints = new HashSet<>();

// Define the regex pattern to extract the domain and the path after the domain
private static final String module_name = "(mimoto|certify|signup|partnermanager|preregistration|resident|residentmobileapp|masterdata|esignet|idgenerator|policymanager|idauthentication|idrepository|auditmanager|authmanager)";
private static final String module_name = "(mimoto|certify|signup|partnermanager|preregistration|resident|residentmobileapp|masterdata|esignet|idgenerator|policymanager|idauthentication|idrepository|auditmanager|authmanager|keymanager)";
private static final String regex_1 = "https://([^/]+)/(v[0-9]+)?/" + module_name + "/([^,]+)";
private static final String regex_2 = "https://([^/]+)/" + module_name + "/(v[0-9]+)/([^,]+)";

Expand Down

0 comments on commit ac8e6e8

Please sign in to comment.