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

Bug: UI and Management endpoints not available #70

Closed
shubhendumadhukar opened this issue Jul 23, 2021 · 1 comment
Closed

Bug: UI and Management endpoints not available #70

shubhendumadhukar opened this issue Jul 23, 2021 · 1 comment
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@shubhendumadhukar
Copy link
Contributor

Describe the bug
If http/https/http2 protocols are disabled, Camouflage UI and management endpoints such as /ping and /restart are not available.

To Reproduce
Steps to reproduce the behavior:

  1. Disable http/https/http2 protocols via config.yml
  2. Start camouflage server.
  3. Access Camouflage Homepage. eg. http://localhost:8080/

Expected behavior
Even though aforementioned protocols are disabled, UI and management endpoints should still be available.

@shubhendumadhukar shubhendumadhukar added the bug Something isn't working label Jul 23, 2021
@shubhendumadhukar shubhendumadhukar self-assigned this Jul 23, 2021
@shubhendumadhukar shubhendumadhukar added the wontfix This will not be worked on label Jul 27, 2021
@shubhendumadhukar
Copy link
Contributor Author

Fixing it would require reserving an additional port for a 3rd express app

  1. http/https/http mock server app;
  2. Prometheus metrics server app;
  3. UI and Management Endpoints app;

This adds unnecessary complexity in config.yml. Documentation updated necessary warnings. Might fix in future if absolutely required.

Camouflage Issue Tracker automation moved this from To do to Closed Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
Development

No branches or pull requests

1 participant