spring-boot/spring-boot-samples/spring-boot-sample-web-meth.../src
Madhura Bhave 1be5812cf0 Require `ACTUATOR` role rather than `ADMIN`
Update management security to require an `ACTUATOR` role rather than
`ADMIN` by default. This should reduce the risk of users accidentally
exposing actuator endpoints because they happen to use a role named
`ADMIN`.

Fixes gh-7569
2016-12-05 17:58:16 -08:00
..
main Require `ACTUATOR` role rather than `ADMIN` 2016-12-05 17:58:16 -08:00
test/java/sample/security/method Update the samples to make use of auto-configured TestRestTemplate 2016-08-25 12:07:40 +01:00