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

Anonymous API access? #4298

Open
splitbrain opened this issue Jul 17, 2024 · 0 comments
Open

Anonymous API access? #4298

splitbrain opened this issue Jul 17, 2024 · 0 comments

Comments

@splitbrain
Copy link
Collaborator

Currently it is possible to access the Remote API anonymously when setting the remoteuser option to an empty string.

This was not intentional. Originally an empty string was meant to allow any authenticated user.

I don't think the current behavior introduces any security issues since ACLs are still properly checked. However some error messages might be a bit misleading...

The question is, do we really want to allow anonymous API access? Or should we always require a user (except for methods marked as public)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant