Skip to content
Discussion options

You must be logged in to vote

There's a production kill-switch:

# application-prod.properties
wiredoctor.enabled=false

false completely disables the analyzer — no analysis, no reports, no bean-structure exposure. Set it in your prod profile if the dependency ships in the production artifact.

On what's exposed when it IS enabled:

  • The reports contain your bean names, dependency graph, and startup timings — internal architecture info. Don't serve wiredoctor-report.html/.json publicly, and treat /actuator/wiredoctor/* like any other sensitive actuator endpoint (secure it the same way you secure /actuator/beans).
  • Network behavior: zero. WireDoctor's JVM does no network I/O — reports render fully offline, no telemetry, no …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ddsha441981
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant