Add action to sync all Registrar RDAP base URLs from the ICANN endpoint

We aren't turning on the cron job yet - we want to make sure it works correctly first.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=252726789
This commit is contained in:
guyben 2019-06-11 16:49:15 -07:00 committed by jianglai
parent 95111809bd
commit cb7ca611a9
9 changed files with 464 additions and 0 deletions

View file

@ -309,6 +309,12 @@
<url-pattern>/_dr/task/resaveAllEppResources</url-pattern>
</servlet-mapping>
<!-- Reread all Registrar RDAP Base Urls from the ICANN endpoint. -->
<servlet-mapping>
<servlet-name>backend-servlet</servlet-name>
<url-pattern>/_dr/task/updateRegistrarRdapBaseUrls</url-pattern>
</servlet-mapping>
<!-- Action to re-save a given entity. -->
<servlet-mapping>
<servlet-name>backend-servlet</servlet-name>