From 69d3698efb1dd394605281031950f74a1ce9fd86 Mon Sep 17 00:00:00 2001 From: sido Date: Tue, 11 Sep 2018 13:05:45 +0200 Subject: [PATCH] set password required --- molgenis/README.md | 2 -- molgenis/questions.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/molgenis/README.md b/molgenis/README.md index 77fd852..c85b200 100644 --- a/molgenis/README.md +++ b/molgenis/README.md @@ -21,8 +21,6 @@ The three properties you need to specify are: Besides determining which image you want to pull, you also have to set an administrator password. You can do this by specifying the following property. - ```molgenis.adminPassword``` -If you do not specify a password. You can find a one time password in the MOLGENIS container logging. - ## Services When you start MOLGENIS you need: - an elasticsearch instance (5.5.6) diff --git a/molgenis/questions.yml b/molgenis/questions.yml index 7bfb071..27dbee5 100644 --- a/molgenis/questions.yml +++ b/molgenis/questions.yml @@ -31,7 +31,7 @@ questions: default: "" description: "Enter an administrator password" type: password - required: false + required: true group: "Provisioning" - variable: molgenis.services.opencpu.host label: OpenCPU cluster