Skip to content

Commit dd5a166

Browse files
committed
Property fix
1 parent 12a765e commit dd5a166

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/codenvy/che.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,3 +366,5 @@ che.docker.connector=default
366366
# - 'default' : false
367367
# Note that this property is needed for backward compatibility and will be removed soon.
368368
che.predefined.stacks.reload_on_start=false
369+
370+
system.super_privileged_mode=false

dockerfiles/init/manifests/che.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ CHE_SINGLE_PORT=false
435435
# These are not given to admins by default and these permissions allow
436436
# admins gain visibility to any workspace along with naming themselves
437437
# with admin privileges to those workspaces.
438-
#CHE_SYSTEM_SUPER_PRIVILEGED_MODE=false
438+
#SYSTEM_SUPER__PRIVILEGED__MODE=false
439439

440440
# A complete list of internal properties used by Che are available in the default
441441
# properties file that is embedded in the server's runtime. You can view it in our

dockerfiles/init/manifests/che.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
$che_pg_password = getValue("CHE_POSTGRES_PASSWORD", "pgchepassword")
6262
$che_pg_database = getValue("CHE_POSTGRES_DATABASE", "dbche")
6363

64-
$system.super_privileged_mode=getValue("CHE_SYSTEM_SUPER_PRIVILEGED_MODE", "false")
64+
$system_super_privileged_mode=getValue("SYSTEM_SUPER__PRIVILEGED__MODE", "false")
6565

6666
###############################
6767
# Include base module

0 commit comments

Comments
 (0)