mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 14:36:28 +02:00
Remove datastore related code (#1906)
This commit is contained in:
parent
ac14688a4f
commit
925c9ba9e8
152 changed files with 886 additions and 4460 deletions
|
@ -32,7 +32,7 @@ import javax.inject.Inject;
|
|||
*
|
||||
* <p>When an EPP client connects to the registry (through the proxy), the registry performs two
|
||||
* validations to ensure that only known registrars are allowed. First it checks the sha265 hash of
|
||||
* the client SSL certificate and match it to the hash stored in datastore for the registrar. It
|
||||
* the client SSL certificate and match it to the hash stored in the database for the registrar. It
|
||||
* then checks if the connection is from an allow-listed IP address that belongs to that registrar.
|
||||
*
|
||||
* <p>The proxy receives client connects via the GCP load balancer, which results in the loss of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue