mirror of
https://github.com/google/nomulus
synced 2026-09-19 14:34:18 +00:00
Add SQL wipeout action in QA (#1035)
* Add SQL wipeout action in QA Added the WipeOutSqlAction that deletes all data in Cloud SQL. Wipe out is restricted to the QA environment, which will get production data during migration testing. Also added a cron job that invokes wipeout on every saturday morning. This is part of the privacy requirments for using production data in QA. Tested in QA.
This commit is contained in:
@@ -43,3 +43,4 @@ PATH CLASS METHOD
|
||||
/_dr/task/updateRegistrarRdapBaseUrls UpdateRegistrarRdapBaseUrlsAction GET y INTERNAL,API APP ADMIN
|
||||
/_dr/task/updateSnapshotView UpdateSnapshotViewAction POST n INTERNAL,API APP ADMIN
|
||||
/_dr/task/uploadDatastoreBackup UploadDatastoreBackupAction POST n INTERNAL,API APP ADMIN
|
||||
/_dr/task/wipeOutCloudSql WipeOutCloudSqlAction GET n INTERNAL,API APP ADMIN
|
||||
|
||||
Reference in New Issue
Block a user