mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
Open up RdeStagingAction @Action settings to support tool access
This change means that RdeStagingAction now accepts POST requests and supports the API auth method, which is needed for the new GenerateEscrowDepositCommand (as of [] to be able to invoke the action in manual mode. Note that this shouldn't affect the cron setting that invokes it currently, which are GET requests with INTERNAL auth. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154764870
This commit is contained in:
parent
8bb66dd365
commit
7f2821cd7e
2 changed files with 14 additions and 1 deletions
|
@ -15,6 +15,7 @@ java_library(
|
|||
"//java/google/registry/mapreduce/inputs",
|
||||
"//java/google/registry/model",
|
||||
"//java/google/registry/request",
|
||||
"//java/google/registry/request/auth",
|
||||
"//java/google/registry/tldconfig/idn",
|
||||
"//java/google/registry/util",
|
||||
"//java/google/registry/xjc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue