File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # NEXT
2+
3+ A new mandatory option has been introduced to
4+ ` brig ` and ` galley ` which in the future will be used for Wire federation. This domain name
5+ is * not* optional even if federation is not used.
6+
7+ Please update your ` values/wire-server/values.yaml ` to set ` brig.optSettings.setFederationDomain `
8+ and ` galley.settings.federationDomain ` (Note the slightly different option name).
9+
10+ ** NOTE** : These changes apply to chart version ** 0.129.0** and later eventhough
11+ this release was made later than that ** 0.129.0** chart was published. We're sorry for the
12+ inconvenience.
13+
114# 2020-12-07
215
316## Update instructions
Original file line number Diff line number Diff line change 3939 teamSettings : https://teams.example.com # change this (on unset if team settings are not used)
4040 teamCreatorWelcome : https://teams.example.com/login # change this
4141 teamMemberWelcome : https://wire.example.com/download # change this
42+ optSettings :
43+ setFederationDomain : example.com # change this
4244 emailSMS :
4345 general :
4446 emailSender : email@example.com # change this
@@ -104,6 +106,7 @@ galley:
104106 host : cassandra-ephemeral
105107 replicaCount : 1
106108 settings :
109+ federationDomain : example.com # change this
107110 # prefix URI used when inviting users to a conversation by link
108111 conversationCodeURI : https://example.com/join/ # change this
109112 aws :
Original file line number Diff line number Diff line change 4040 teamSettings : https://teams.example.com # change this (or unset if team settings are not used)
4141 teamCreatorWelcome : https://teams.example.com/login # change this
4242 teamMemberWelcome : https://wire.example.com/download # change this
43+ optSettings :
44+ setFederationDomain : example.com # change this
4345 emailSMS :
4446 general :
4547 emailSender : email@example.com # change this
@@ -136,6 +138,7 @@ galley:
136138 settings :
137139 # prefix URI used when inviting users to a conversation by link
138140 conversationCodeURI : https://webapp.example.com/join/ # change this
141+ federationDomain : example.com # change this
139142 # see #RefConfigOptions in `/docs/reference` (https://github.com/wireapp/wire-server/)
140143 featureFlags :
141144 sso : disabled-by-default
You can’t perform that action at this time.
0 commit comments