mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Allow authorisation type None #9218
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#9218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akamming on GitHub (Jul 9, 2025).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
First of all, tx for this great project. I've been a long time happy user!
I just encountered something during my reinstallation of radarr (and prowlarr and sonarr) in a docker container to make the config more secure (only allowing the network traffic to my local network as needed etc..)
I noticed after this reinstall, it is now mandatory to set basic authentication for outside access. For me this is unwanted: I have a reverse which arranges the authentication/authorisation, and on that level i have all kinds of additional measures (logging, blocking of ip adresses when too many attempts, etc..)
I the GUI i cannot change back to "None". Cause that option is greyed out. I did work before my reinstall.
My request is: Can you make it possible again to change back to None? I understand the added security why it is normaly not recommended to do without basic authentication, However there are use cases (like mine, where i manage the security centrally on my managed proxy) where this is unwanted
Describe the solution you'd like
Enable "None" for authentication type
Describe alternatives you've considered
I don't know an alternative
Anything else?
I'm referring to the setting Settings/General/Security
@Roxedus commented on GitHub (Jul 9, 2025):
https://wiki.servarr.com/en/radarr/faq#authentication-method you want
external@akamming commented on GitHub (Jul 9, 2025):
Nice, this is indeed exactly what i needed...!