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

Endpoints cannot be disabled #1936

Open
1 task done
sfendrich opened this issue Dec 17, 2024 · 0 comments
Open
1 task done

Endpoints cannot be disabled #1936

sfendrich opened this issue Dec 17, 2024 · 0 comments
Labels
bug 🐞 Erroneous behavior of the backend

Comments

@sfendrich
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Problem description

Most endpoints (except graph export) have a configuration option enabled that can be set or unset in the configuration file. Setting enabled to false does not disable the endpoint; one can still send requests and get responses. The only usage of enabled is in StatusAPI, where the endpoint is either listed (enabled=true) or not (enabled=false).

Proposed solution

Use the enabled option to actually enable/disable the endpoints.

Additional context

No response

Forum Topic Link

No response

@sfendrich sfendrich added the bug 🐞 Erroneous behavior of the backend label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Erroneous behavior of the backend
Projects
None yet
Development

No branches or pull requests

1 participant