Commit Graph

5 Commits (a7ea0f643a203eb15174a2ab7ea2beccd8d92328)

Author SHA1 Message Date
Dave Syer e011312c68 [bs-138] Make it easy to secure only the management endpoints
Example: web UI with publicly available static assets

    # application.properties:
    security.ignored: /css/**,/script/**

Example: web UI with publicly available everything, but secure
management endpoints.

    # application.properties:
    # Empty path for basic security (default is /**)
    security.basic.path=

[Fixes #50721675]
12 years ago
Dave Syer 728b4887c1 [bs-107] Remove "z" suffix from management endpoints
* /varz->/metrics
* /healthz->/health
* all actuator endpoints are now in a subpackage

[Fixes #49496887]
12 years ago
Dave Syer 6fb8ae3d3b Add brief description of resource filtering 12 years ago
Dave Syer 21d55b231d [bs-108] Feature documentation: just a list and brief description
[Fixes #49502657]
12 years ago
Dave Syer bff41d51ff [bs-108] Feature documentation: just a list and brief description
[#49502657]
12 years ago