Skip to content
New issue

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

Fixes #430 /admin/listclients with URL auth #431

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheRealMattLear
Copy link

Normally the /admin/listclients?mountpoint=/stream URL is accessible by authenticating with the (when not using Mountpoint Authentication. However when specifying with the stream_auth option the end-point returns 403 Forbidden with "Mountpoint in use".

This PR correctly detects /admin/listclients as a source admin request and fixes #430

Normally the /admin/listclients?mountpoint=/stream URL is accessible by authenticating with the <source-password> (when not using Mountpoint Authentication. However when specifying <authentication type="url"> with the stream_auth option the end-point returns 403 Forbidden with "Mountpoint in use".

This PR correctly detects /admin/listclients as a source admin request and fixes karlheyes#430
@TheRealMattLear TheRealMattLear marked this pull request as ready for review August 12, 2023 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/admin/listclients with URL authentication returns 403 Forbidden Mountpoint in use
2 participants