mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02: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:
parent
2bfd02f977
commit
3c65ad0f8a
8 changed files with 262 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue