nautobot-app-data-validation-engine
nautobot-app-data-validation-engine copied to clipboard
Warning on OrderedDefaultRouter's APIRootView attribute
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
- Install this app
- 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?