Giter Site home page Giter Site logo

Comments (3)

pcarana avatar pcarana commented on June 5, 2024

I agree, there should be a default value distinct than empty . Analizing the issue we've realized that the owner_roles property is applied on all objects, and this isn't entirely correct.

Let's take an example to clarify this. In the case of a domain object the owner should be the registrant entity, but in the case of a nameserver object the owner should be the registrar entity (at least for a registry that handles nameservers as objects); and apparently for an ip object the owner could be the administrative entity.

So, the owner_roles should be configured by objects and each property could have its default value, eg:
domain.owner_roles = registrant
nameserver.owner_roles = registrar

We're still analizing this to solve the issue.

from rdap-server.

pcarana avatar pcarana commented on June 5, 2024

Discussing the issue with the team, we've decided to implement the solution where each object (except entities) will have its own owner roles configured and with a default value. Here are the default values for each object:

  • ip = administrative
  • autnum = administrative
  • domain = registrant
  • nameserver = registrar

Commit of the solution in the next minutes...

from rdap-server.

TheRedTrainer avatar TheRedTrainer commented on June 5, 2024

Verified. The configuration.properties file now include the following owner roles properties (with the corresponding default value):

owner_roles_ip = administrative
owner_roles_autnum = administrative
owner_roles_domain = registrant
owner_roles_nameserver = registrar

from rdap-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.