mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 23:03:34 +02:00
Change UserPolicy to PUBLIC on WHOIS and EPP endpoints
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193407195
This commit is contained in:
parent
77bfa5f4b8
commit
f289259101
8 changed files with 15 additions and 32 deletions
|
@ -29,7 +29,7 @@ import javax.servlet.http.HttpSession;
|
|||
@Action(
|
||||
path = "/_dr/epp",
|
||||
method = Method.POST,
|
||||
auth = Auth.AUTH_INTERNAL_OR_ADMIN
|
||||
auth = Auth.AUTH_PUBLIC_OR_INTERNAL
|
||||
)
|
||||
public class EppTlsAction implements Runnable {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue