Restrict all access to authenticated users by default #16107
Labels
breaking change
This change modifies or removes some previously documented functionality
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
NetBox version
v4.0.1
Feature type
Change to existing functionality
Proposed functionality
Currently, the
LOGIN_REQUIRED
configuration parameter is disabled by default. This issue proposes changing its default value to true (enabled).Use case
This change will provide a more secure default configuration.
It should be noted that this change will effect a temporarily breaking change for all deployments in which the
LOGIN_REQUIRED
parameter is not defined, as its default value will change. However, we should expect these to be minimal, as the parameter is included in the example configuration file provided for reference and typically copied at the time of installation.Database changes
None
External dependencies
None
The text was updated successfully, but these errors were encountered: