We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python version: 2.7 NetBox version: 2.1.0
The DCIM API ConnectedDeviceViewSet explicitly requires authentication:
permission_classes = [IsAuthenticated]
This is unnecessary and should only require authentication if LOGIN_REQUIRED is True.
LOGIN_REQUIRED
The text was updated successfully, but these errors were encountered:
fd6df8e
Fixes netbox-community#1385: Connected device API endpoint no longer …
c7175b7
…requires authentication if LOGIN_REQUIRED=False
No branches or pull requests
Issue type: Bug report
Python version: 2.7
NetBox version: 2.1.0
The DCIM API ConnectedDeviceViewSet explicitly requires authentication:
This is unnecessary and should only require authentication if
LOGIN_REQUIRED
is True.The text was updated successfully, but these errors were encountered: