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

Separate configuration for management UI, REST APIs, and metrics #450

Open
NiccoMlt opened this issue Jan 8, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@NiccoMlt
Copy link
Contributor

NiccoMlt commented Jan 8, 2024

Currently, REST APIs, management UI built upon them, and metrics are on differente servlets of the same Jetty server, but are all started by the configuration http.admin.enabled; also one or both http.admin.port and https.admin.port must be set for the server to correctly be available.

Each interface should have its own setting, like:

  • http.admin.ui.enabled to enable Vue management UI and REST APIs (which are needed by the UI itself);
  • http.admin.api.enabled to enable only the REST APIs;
  • http.admin.metrics.enabled to enable the metrics APIs;
  • keep the legacy http.admin.enabled to enable everything on the admin Jetty server.

We should also consider if each feature can keep sharing the same HTTP and/or HTTPS port(s) (and potentially SSL certificate) or if we should split those options too.

@NiccoMlt
Copy link
Contributor Author

NiccoMlt commented Jan 8, 2024

We should also consider if each feature can keep sharing the same HTTP and/or HTTPS port(s) (and potentially SSL certificate) or if we should split those options too.

@aluccaroni @hamadodene @dmercuriali what do you think about this?

@NiccoMlt NiccoMlt added the enhancement New feature or request label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant