mirror of
https://github.com/google/nomulus
synced 2026-09-19 06:32:00 +00:00
Implement Keyless Delegated credential (#1836)
Add a implementation of Delegated credential without using downloaded private key. This is a stop-gap implementation while waiting for a solution from the Java auth library. Also added a verifier action to test the new credential in production. Testing is helpful because: Configuration is per-environment, therefore, success in alpha does not fully validate prod. The relevant use case is triggered by low-frequency activities. Problem may not pop out for hours or longer.
This commit is contained in:
@@ -7,6 +7,7 @@ PATH CLASS
|
||||
/_dr/task/deleteExpiredDomains DeleteExpiredDomainsAction GET n INTERNAL,API APP ADMIN
|
||||
/_dr/task/deleteLoadTestData DeleteLoadTestDataAction POST n INTERNAL,API APP ADMIN
|
||||
/_dr/task/deleteProberData DeleteProberDataAction POST n INTERNAL,API APP ADMIN
|
||||
/_dr/task/executeCannedScript CannedScriptExecutionAction POST y INTERNAL,API APP ADMIN
|
||||
/_dr/task/expandRecurringBillingEvents ExpandRecurringBillingEventsAction GET n INTERNAL,API APP ADMIN
|
||||
/_dr/task/exportDomainLists ExportDomainListsAction POST n INTERNAL,API APP ADMIN
|
||||
/_dr/task/exportPremiumTerms ExportPremiumTermsAction POST n INTERNAL,API APP ADMIN
|
||||
|
||||
Reference in New Issue
Block a user