Skip to main content

Main entities

In this section, we will pass through all the main Otoroshi entities. Otoroshi entities are the main items stored in otoroshi datastore that will be used to configure routing, authentication, etc.

Any entity has the following properties

  • location or _loc: the location of the entity (organization and team)
  • id: the id of the entity (except for apikeys)
  • name: the name of the entity
  • description: the description of the entity (optional)
  • tags: free tags that you can put on any entity to help you manage it, automate it, etc.
  • metadata: free key/value tuples that you can put on any entity to help you manage it, automate it, etc.