(fix) Make jwt_enable false by default and hide under it jwt_secret (#1075)
* Make jwt_enable false by default and hide under it jwt_secret * bump onlyoffice
This commit is contained in:
@@ -19,4 +19,4 @@ sources:
|
||||
- https://github.com/ONLYOFFICE/DocumentServer
|
||||
- https://github.com/ONLYOFFICE/Docker-DocumentServer
|
||||
- https://hub.docker.com/r/onlyoffice/documentserver/
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
|
||||
@@ -93,12 +93,14 @@ questions:
|
||||
description: "Specifies the enabling the JSON Web Token validation by the ONLYOFFICE Document Server."
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: JWT_SECRET
|
||||
label: "JWT_SECRET"
|
||||
description: "Defines the secret key to validate the JSON Web Token in the request to the ONLYOFFICE Document Server."
|
||||
schema:
|
||||
show_if: [["JWT_ENABLED", "=", true]]
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
|
||||
# Include{containerConfig}
|
||||
|
||||
Reference in New Issue
Block a user