You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the admin server is disabled, there is no way to have access to probe endpoints. Also, sometimes, users want to expose the probe endpoints (for external monitoring purpose for example)
Description
This feature will allow exposing easily endpoints that are initially defined for the admin server, such as probes.
Alternatives
No response
Context
No response
Possible Implementation
There are two ways to implement this:
by configuration: expose probes flag on API server config
by code: allow access to admin server controllers in App.run
Anything else?
No response
The text was updated successfully, but these errors were encountered:
rlemaitre
changed the title
feat: Optionally expose some admin endpoints on API server
Optionally expose some admin endpoints on API server
Sep 13, 2024
Is there an existing issue for this?
Which module is affected?
Cause
If the admin server is disabled, there is no way to have access to probe endpoints. Also, sometimes, users want to expose the probe endpoints (for external monitoring purpose for example)
Description
This feature will allow exposing easily endpoints that are initially defined for the admin server, such as probes.
Alternatives
No response
Context
No response
Possible Implementation
There are two ways to implement this:
App.run
Anything else?
No response
The text was updated successfully, but these errors were encountered: