Skip to content

fix(web): management port open by default (v26.06.110)#142

Merged
ancongui merged 1 commit into
mainfrom
fix/management-port-open
Jun 16, 2026
Merged

fix(web): management port open by default (v26.06.110)#142
ancongui merged 1 commit into
mainfrom
fix/management-port-open

Conversation

@ancongui

Copy link
Copy Markdown
Contributor

A separate management port (actuator + admin) no longer applies the app's user security filters by default. An HttpSecurity deny-all gate scoped to the main app's URL space was 401/403-ing /admin, /actuator/info, /actuator/metrics on the management port (only /actuator/health worked). The management port is a separate internal listener (Spring management.server.port parity) — opt back into app-security with pyfly.management.security.enabled: true. Regression test added. Bump v26.06.109 → v26.06.110.

🤖 Generated with Claude Code

…curity.enabled (v26.06.110)

A separate management port (actuator + admin) no longer applies the app's user
security filters by default — an HttpSecurity deny-all gate scoped to the main
app's URL space was 401/403-ing /admin, /actuator/info, /actuator/metrics on the
management port (only /actuator/health, explicitly permitted, worked). The mgmt
port is a separate internal listener; opt back into app-security with
pyfly.management.security.enabled=true. Regression test added.
@ancongui ancongui merged commit f95cb1a into main Jun 16, 2026
6 checks passed
@ancongui ancongui deleted the fix/management-port-open branch June 16, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant