-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtopic: OpenAPItype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Deployment Type
Self-hosted
NetBox Version
since 4.1.7
Python Version
3.12
Steps to Reproduce
- Use the api to retrieve image attachments
- Try to retrieve the attachment by the url provided with the api key
- this gives a failure when LOGIN_REQUIRED is set to true - related to Fixes #17972: Force evaluation of LOGIN_REQUIRED when requesting static media #17990
Expected Behavior
Allow a way to retrieve an image by url with an API key.
Observed Behavior
an error occurs because the request is not authenticated.
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtopic: OpenAPItype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application