Commit 0a3a00e9 authored by Dave Syer's avatar Dave Syer

Fix property keys in shell docs (consistent with appendix)

Fixes gh-1371
parent 2fae4afe
...@@ -500,7 +500,7 @@ and `endpoint` commands. ...@@ -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`]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment