Move shell.auth to shell.auth.type

This commit moves the `shell.auth` property to `shell.auth.type`. The
previous situation was unfortunate since `shell.auth` was both a group
and a particular property.

Closes gh-5139
This commit is contained in:
Stephane Nicoll
2016-04-15 17:03:16 +02:00
parent 35270e939f
commit 6d11d73cbc
6 changed files with 54 additions and 36 deletions

View File

@@ -1011,7 +1011,7 @@ content into your application; rather pick only the properties that you need.
management.trace.include=request-headers,response-headers,errors # Items to be included in the trace.
# REMOTE SHELL
shell.auth=simple # Authentication type. Auto-detected according to the environment.
shell.auth.type=simple # Authentication type. Auto-detected according to the environment.
shell.auth.jaas.domain=my-domain # JAAS domain.
shell.auth.key.path= # Path to the authentication key. This should point to a valid ".pem" file.
shell.auth.simple.user.name=user # Login user.