Context:
Currently, the management port can only be set via management.server.port in the application.properties. We should add a config setting to allow users to easily adjust the port.
AT:
- actuator port is configurable via config setting
- new config setting is documented
Testing Notes:
- Set the actuator port with the env var: ** MANAGEMENT_SERVER_PORT
- Get the management report endpoints via a custom set port above
- Set the actuator port with the service-config file: container.ports.actuator
- Get the management report endpoints via a custom set port above
This is the controller panel for Smart Panels app
[OPT-6497] Make actuator port configurable
Status | Original: Triage [ 10612 ] | New: Open [ 1 ] |
Link | New: This issue is related to SUPPORT-16173 [ SUPPORT-16173 ] |
Assignee | New: Kyrylo Zakurdaiev [ kyrylo.zakurdaiev ] |
Status | Original: Open [ 1 ] | New: Ready [ 10005 ] |
Status | Original: Ready [ 10005 ] | New: In Development [ 10312 ] |
Description |
Original:
*Context:*
Currently, the management port can only be set via management.server.port in the application.properties. We should add a config setting to allow users to easily adjust the port. *AT:* * actuator port is configurable via config setting * new config setting is documented |
New:
*Context:*
Currently, the management port can only be set via management.server.port in the application.properties. We should add a config setting to allow users to easily adjust the port. *AT:* * actuator port is configurable via config setting * new config setting is documented *Testing Notes:* * Set the actuator port with the env var: ** MANAGEMENT_SERVER_PORT * Get the management report endpoints via a custom set port above * Set the actuator port with the service-config file: container.ports.actuator * Get the management report endpoints via a custom set port above |
Status | Original: In Development [ 10312 ] | New: In Review [ 10212 ] |
Status | Original: In Review [ 10212 ] | New: Rework [ 11413 ] |
Status | Original: Rework [ 11413 ] | New: Ready for Testing [ 10008 ] |