wireapp / wireapp/wire-server

Missed featureFlags options for services-demo in docker config

Open
#1,085 1 comment 2 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.