Add data protection cert override to recommended dev settings#7614
Merged
Conversation
This isn't used for cloud-like prod instances, but is used for self host, which defaults to /etc/bitwarden for consistent self host docker defaults
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7614 +/- ##
==========================================
+ Coverage 59.76% 59.84% +0.07%
==========================================
Files 2110 2120 +10
Lines 92763 93168 +405
Branches 8247 8264 +17
==========================================
+ Hits 55440 55753 +313
- Misses 35355 35440 +85
- Partials 1968 1975 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mzieniukbw
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Adds recommended settings to fix an issue running self host-like dev instances after merge of #7430 , which are now defaulting to
/etc/bitwardenfor data protection persistence, rather than the default user directory.Because this setting is used to default a large number of self host instances and multiple settings, the cleanest solution is to recommend setting this value back to the default value.