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

userPreferences endpoint: does not work when AUTH_DISABLED=true #987

Open
carlosthe19916 opened this issue Nov 11, 2024 · 1 comment
Open

Comments

@carlosthe19916
Copy link
Member

Steps to reproduce:

start the server:

AUTH_DISABLED=true cargo run --bin trustd

Try to hit the endpoint:

http://localhost:8080/api/v1/userPreference/anything

And the response will be 401 Error.

@carlosthe19916 carlosthe19916 added UI-V1 parity Tasks needed to get done for V1 UI parity and removed UI-V1 parity Tasks needed to get done for V1 UI parity labels Nov 11, 2024
@ctron
Copy link
Contributor

ctron commented Nov 11, 2024

Yes, as the user information is part of this, that's intended.

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

No branches or pull requests

2 participants