mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 17:07:15 +02:00
Add an action to download encrypted service account credentials
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222902380
This commit is contained in:
parent
886aa62d46
commit
a86d6588f3
7 changed files with 175 additions and 27 deletions
|
@ -48,6 +48,11 @@
|
|||
<url-pattern>/_dr/loadtest</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<servlet-mapping>
|
||||
<servlet-name>tools-servlet</servlet-name>
|
||||
<url-pattern>/_dr/admin/downloadCredential</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- The nomulus command line tool uses this endpoint to write to Datastore. -->
|
||||
<servlet>
|
||||
<display-name>Remote API Servlet</display-name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue