Browse Source

Merge branch '3.2.x'

Closes gh-39281
pull/39285/head
Phillip Webb 2 years ago
parent
commit
a31319caaa
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

@ -301,7 +301,7 @@ By default, any authenticated user is authorized. @@ -301,7 +301,7 @@ By default, any authenticated user is authorized.
For JMX endpoints, all users are always authorized.
The following example allows all users with the `admin` role to view values from the `/env` endpoint in their original form.
Unuthorized users, or users without the `admin` role, will see only sanitized values.
Unauthorized users, or users without the `admin` role, will see only sanitized values.
[source,yaml,indent=0,subs="verbatim",configprops,configblocks]
----

Loading…
Cancel
Save