Conversation
51a8380 to
4d8fb4d
Compare
|
Shouldn't this be reflected in the docs somewhere? For example in the brig chart it's not obvious in what format |
Absolutely, I'll add it. |
Co-authored-by: Sven Tennie <sven.tennie@wire.com>
supersven
left a comment
There was a problem hiding this comment.
LGTM 👍 Only a few nitpicks.
services/brig/src/Brig/Options.hs
Outdated
| setElasticsearchCredentials :: !(Maybe FilePathSecrets), | ||
| -- | Credentials for additional ES index (maily used for migrations) | ||
| setElasticsearchAdditionalCredentials :: !(Maybe FilePathSecrets) |
There was a problem hiding this comment.
Why is this not part of ElasticSearchOpts?
| username: "elastic" | ||
| password: "changeme" |
There was a problem hiding this comment.
It feels wrong to have this file because for RabbitMQ we have environment variables. We should be consistent.
There was a problem hiding this comment.
Discussed in chat. there are other secrets which are configured in files. So we're already not consistent.
To avoid spending more time on this, we can make sure the helm charts are configured in a way that ensures we can change our minds on this later.
Checklist
changelog.d