nautobot-app-data-validation-engine icon indicating copy to clipboard operation
nautobot-app-data-validation-engine copied to clipboard

Warning on OrderedDefaultRouter's APIRootView attribute

Open u1735067 opened this issue 10 months ago • 0 comments

Environment

  • Python version: 3.11
  • Nautobot version: 2.2.2
  • nautobot-data-validation-engine version: 3.1.1

Expected Behavior

No warning messages

Observed Behavior

When the instance starts, or a nautobot-server command issued, a warning is shown:

$ nautobot-server health_check
15:54:45.342 WARNING nautobot.core.api.routers :
  Something has changed an OrderedDefaultRouter's APIRootView attribute to a custom class. Please verify that class DataValidationEngineRootView implements appropriate authentication controls.
DatabaseBackend          ... working
DefaultFileStorageHealthCheck ... working
MigrationsBackend        ... working
RedisBackend             ... working

Steps to Reproduce

  1. Install this app
  2. Run nautobot-server health_check

Security

Does the issue pointed by this error message have a security impact / are this app endpoints accessible without authentication?

u1735067 avatar May 02 '24 13:05 u1735067