|
21 | 21 | # image: |
22 | 22 | # tag: some-tag (only override if you want a newer/different version than what is in the chart) |
23 | 23 | config: |
| 24 | + multiSFT: |
| 25 | + enabled: false # enable to turn on SFT to SFT communication for federated calls |
24 | 26 | cassandra: |
25 | 27 | host: cassandra-external |
26 | 28 | elasticsearch: |
@@ -51,10 +53,12 @@ brig: |
51 | 53 | teamMemberWelcome: https://wire.example.com/download # change this |
52 | 54 | enableFederation: false # Enable to use federation |
53 | 55 | optSettings: |
| 56 | + setEnableMLS: false # Enable for MLS protocol use |
54 | 57 | setFederationDomain: example.com # change this |
55 | 58 | # Sync the domain with the 'host' variable in the sftd chart |
56 | 59 | # Comment the next line (by adding '#' before it) if conference calling is not used |
57 | 60 | setSftStaticUrl: "https://sftd.example.com:443" |
| 61 | + # setSftListAllServers: "enabled" # Uncomment for Federation! |
58 | 62 | # If set to true, creating new personal users or new teams on your instance from |
59 | 63 | # outside your backend installation is disabled |
60 | 64 | setRestrictUserCreation: false |
@@ -127,6 +131,8 @@ cannon: |
127 | 131 | # For demo mode only, we don't need to keep websocket connections open on chart upgrades |
128 | 132 | drainTimeout: 10 |
129 | 133 | config: |
| 134 | + rabbitmq: |
| 135 | + host: rabbitmq-external |
130 | 136 | cassandra: |
131 | 137 | host: cassandra-external |
132 | 138 | metrics: |
@@ -176,7 +182,33 @@ galley: |
176 | 182 | federationDomain: example.com # change this |
177 | 183 | # see #RefConfigOptions in `/docs/reference` (https://github.com/wireapp/wire-server/) |
178 | 184 | featureFlags: |
179 | | - sso: disabled-by-default |
| 185 | + mls: |
| 186 | + defaults: |
| 187 | + status: enabled |
| 188 | + config: |
| 189 | + protocolToggleUsers: [] |
| 190 | + defaultProtocol: mls |
| 191 | + allowedCipherSuites: [2] |
| 192 | + defaultCipherSuite: 2 |
| 193 | + supportedProtocols: [proteus, mls] |
| 194 | + lockStatus: unlocked |
| 195 | + mlsMigration: |
| 196 | + defaults: |
| 197 | + status: enabled |
| 198 | + config: |
| 199 | + startTime: null |
| 200 | + finalizeRegardlessAfter: null |
| 201 | + usersThreshold: 100 |
| 202 | + clientsThreshold: 100 |
| 203 | + lockStatus: unlocked |
| 204 | + sso: enabled-by-default |
| 205 | + # channels: # Uncomment to enable channels by default for all newly created teams |
| 206 | + # defaults: |
| 207 | + # status: enabled |
| 208 | + # config: |
| 209 | + # allowed_to_create_channels: team-members |
| 210 | + # allowed_to_open_channels: team-members |
| 211 | + # lockStatus: unlocked |
180 | 212 | # NOTE: Change this to "disabled-by-default" for legalhold support |
181 | 213 | # legalhold: disabled-by-default |
182 | 214 | legalhold: disabled-permanently |
@@ -288,13 +320,22 @@ legalhold: |
288 | 320 | enabled: false |
289 | 321 | # Only needed when federation is enabled |
290 | 322 | federator: |
| 323 | + # config: |
| 324 | + # optSettings: |
| 325 | + # federationStrategy: |
| 326 | + # allowedDomains: |
| 327 | + # - example.com |
291 | 328 | tls: |
292 | 329 | useSharedFederatorSecret: true |
| 330 | + # remoteCAContents: | # Uncomment and place the federating backends root CA certificates in chain (if there are multiple) |
293 | 331 | metrics: |
294 | 332 | serviceMonitor: |
295 | 333 | enabled: false |
296 | 334 | background-worker: |
297 | 335 | config: |
| 336 | + # logLevel: Debug |
| 337 | + rabbitmq: |
| 338 | + host: rabbitmq-external |
298 | 339 | cassandra: |
299 | 340 | host: cassandra-external |
300 | 341 | # Enable for federation |
|
0 commit comments