mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 13:07:50 +02:00
We want to be safer and more explicit about the authentication needed by the many actions that exist. As such, we make the 'auth' parameter required in @Action (so it's always clear who can run a specific action) and we replace the @Auth with an enum so that only pre-approved configurations that are aptly named and documented can be used. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=162210306
19 lines
1.8 KiB
Text
19 lines
1.8 KiB
Text
PATH CLASS METHODS OK AUTH_METHODS MIN USER_POLICY
|
|
/_dr/epp EppTlsAction POST n INTERNAL,API APP ADMIN
|
|
/_dr/whois WhoisServer POST n INTERNAL,API APP ADMIN
|
|
/check CheckApiAction GET n INTERNAL NONE PUBLIC
|
|
/rdap/autnum/(*) RdapAutnumAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/domain/(*) RdapDomainAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/domains RdapDomainSearchAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/entities RdapEntitySearchAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/entity/(*) RdapEntityAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/help(*) RdapHelpAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/ip/(*) RdapIpAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/nameserver/(*) RdapNameserverAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/rdap/nameservers RdapNameserverSearchAction GET,HEAD n INTERNAL NONE PUBLIC
|
|
/registrar ConsoleUiAction GET n INTERNAL,API,LEGACY NONE PUBLIC
|
|
/registrar-payment RegistrarPaymentAction POST n API,LEGACY USER PUBLIC
|
|
/registrar-payment-setup RegistrarPaymentSetupAction POST n API,LEGACY USER PUBLIC
|
|
/registrar-settings RegistrarSettingsAction POST n API,LEGACY USER PUBLIC
|
|
/registrar-xhr EppConsoleAction POST n API,LEGACY USER PUBLIC
|
|
/whois/(*) WhoisHttpServer GET n INTERNAL NONE PUBLIC
|