From 0a3a00e9e56cde33b76b238f7f4f19449f1a9b2a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 13 Aug 2014 08:18:42 -0700 Subject: [PATCH] Fix property keys in shell docs (consistent with appendix) Fixes gh-1371 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 53eade7c510..36e03b93603 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -500,7 +500,7 @@ and `endpoint` commands. [[production-ready-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 ``Spring Security'' `AuthenticationManager` to handle login duties. See the {dc-spring-boot-actuator}/autoconfigure/CrshAutoConfiguration.{dc-ext}[`CrshAutoConfiguration`]