Skip to content

Clarify that httptrace and auditevents endpoints are enabled by default but that each requires an additional component for them to be auto-configured #18352

Closed
@PascalSchumacher

Description

@PascalSchumacher
Contributor

The first table in https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-endpoints claims that the httptrace endpoint is enabled by default.

But I after de128fe this is not true anymore.

Or am I missunderstanding something?

Edit:
I guess the same should be done for auditevents (because of 07d6eb6).

Activity

wilkinsona

wilkinsona commented on Sep 25, 2019

@wilkinsona
Member

Thanks for the report. The documentation is certainly confusing at the moment. It's tricky. Technically speaking, the endpoint is enabled by default (you don't need to set management.endpoint.httptrace.enabled=true to enable it) but you do need to provide a repository for it to use otherwise its auto-configuration will back off.

added this to the 2.2.x milestone on Sep 25, 2019
changed the title [-]httptrace endpoint should be documented as disabled by default[/-] [+]Clarify that httptrace and auditevents endpoints are enabled by default but that each requires an additional component for them to be auto-configured[/+] on Oct 3, 2019
self-assigned this
on Oct 7, 2019
modified the milestones: 2.2.x, 2.2.0 on Oct 7, 2019
PascalSchumacher

PascalSchumacher commented on Oct 7, 2019

@PascalSchumacher
ContributorAuthor

Thank you very much! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @wilkinsona@PascalSchumacher@spring-projects-issues

      Issue actions

        Clarify that httptrace and auditevents endpoints are enabled by default but that each requires an additional component for them to be auto-configured · Issue #18352 · spring-projects/spring-boot