Missed featureFlags options for services-demo in docker config
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 2.8k
- Forks
- 334
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 50
Description
According to https://github.com/wireapp/wire-server/issues/882#issuecomment-621716492 reply there is a missed featureFlags options for services-demo in docker config. Which leads to
galley: user error (AesonException "Error in $.settings: When parsing the record Settings of type Galley.Options.Settings the key featureFlags was not present.")
servicesdemo_galley_1 exited with code 1
on $ deploy/services-demo/demo.sh docker
Adding
featureFlags:
sso: disabled-by-default
legalhold: disabled-by-default
to deploy/services-demo/conf/galley.demo-docker.yaml fixed the issue on my machine.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open deploy/services-demo/conf/galley.demo-docker.yaml and compare its settings with the required Galley options described in the error. Run deploy/services-demo/demo.sh docker and confirm services-demo starts without the missing featureFlags error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, haskell
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100