Browse Source

Merge branch '1.1.x'

pull/1324/merge
Dave Syer 12 years ago
parent
commit
e63bad3c4e
  1. 2
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

2
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -500,7 +500,7 @@ and `endpoint` commands.
[[production-ready-remote-shell-credentials]] [[production-ready-remote-shell-credentials]]
==== Remote shell credentials ==== Remote shell credentials
You can use the `shell.auth.simple.username` and `shell.auth.simple.password` properties You can use the `shell.auth.simple.user.name` and `shell.auth.simple.user.password` properties
to configure custom connection credentials. It is also possible to use a to configure custom connection credentials. It is also possible to use a
``Spring Security'' `AuthenticationManager` to handle login duties. See the ``Spring Security'' `AuthenticationManager` to handle login duties. See the
{dc-spring-boot-actuator}/autoconfigure/CrshAutoConfiguration.{dc-ext}[`CrshAutoConfiguration`] {dc-spring-boot-actuator}/autoconfigure/CrshAutoConfiguration.{dc-ext}[`CrshAutoConfiguration`]

Loading…
Cancel
Save