Skip to content

Commit

Permalink
N21-1823 add feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mrikallab committed Apr 16, 2024
1 parent 648a053 commit 7800dc9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1025,3 +1025,8 @@ configuration_all:
server: true
client: false
nuxtclient: false
FEATURE_OTHER_GROUPUSERS_PROVISIONING_ENABLED:
value: false
server: true
client: false
nuxtclient: false
1 change: 1 addition & 0 deletions ansible/group_vars/nbc/instance_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ FEATURE_CTL_TOOLS_COPY_ENABLED: "true"
FEATURE_SHOW_MIGRATION_WIZARD: "true"
FEATURE_USER_MIGRATION_ENABLED: "true"
FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED: "true"
FEATURE_OTHER_GROUPUSERS_PROVISIONING_ENABLED: "true"

TEACHER_STUDENT_VISIBILITY__IS_ENABLED_BY_DEFAULT: "false"
TEACHER_STUDENT_VISIBILITY__IS_CONFIGURABLE: "true"
Expand Down
1 change: 1 addition & 0 deletions ansible/host_vars/prod-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ BETTERMARKS_SCHOOL_URL: "https://school.bettermarks.niedersachsen.cloud"
SCHULCONNEX_CLIENT__API_URL: "https://api-dienste.moin.schule/v1"
SCHULCONNEX_CLIENT__TOKEN_ENDPOINT: "https://auth.moin.schule/realms/moins/protocol/openid-connect/token"
FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED: "false"
FEATURE_OTHER_GROUPUSERS_PROVISIONING_ENABLED: "false"
1 change: 1 addition & 0 deletions ansible/host_vars/ref-nbc/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ FEATURE_USER_MIGRATION_SYSTEM_ID: "62dab6401c473a01956a0d7d"
FEATURE_CTL_TOOLS_COPY_ENABLED: "false"

FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED: "false"
FEATURE_OTHER_GROUPUSERS_PROVISIONING_ENABLED: "false"

0 comments on commit 7800dc9

Please sign in to comment.