(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:
Stavros Kois
2021-10-01 22:53:53 +02:00
committed by GitHub
parent c286788475
commit 1d6b6925e1
2 changed files with 4 additions and 2 deletions
@@ -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}