vault: Support multiple config files (no secrets in store)#108411
Merged
roberth merged 4 commits intoNixOS:masterfrom Jan 24, 2021
Merged
vault: Support multiple config files (no secrets in store)#108411roberth merged 4 commits intoNixOS:masterfrom
roberth merged 4 commits intoNixOS:masterfrom
Conversation
10 tasks
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
Member
Author
|
@LnL7 @rushmorem @offlinehacker @pradeepchhetri Could you please review? |
10 tasks
Align with RFC42 language, even if in advance of the actual settings attribute.
aanderse
approved these changes
Jan 23, 2021
Member
Author
|
I'm not expecting anything from the listed package maintainers (@LnL7 @rushmorem @offlinehacker @pradeepchhetri) after 34 days of silence, also counting the previous iteration of this PR. |
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.
Motivation for this change
Configure storageBackend securely.
Although vault guarantees confidentiality and integrity when its backend is compromised, a leak still compromises the storage backend itself and the availability of vault.
Closes #107323 (earlier attempt, wrong approach)
Things done
sandboxinnix.confon non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"./result/bin/)nix path-info -Sbefore and after)cc maintainers @LnL7 @rushmorem @offlinehacker @pradeepchhetri
cc @aanderse