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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user