Add plaintext_keys_file option - #11
Closed
astrawan wants to merge 3 commits into
Closed
Conversation
Reflow a watcher call and a multi-arg args() list to match rustfmt.
event-listener 5.4.1 unconditionally implements Send/Sync for its stack-allocated StackSlot listener, letting !Send tags cross thread boundaries. It comes in transitively via zbus. 5.4.2 is the patched release and a semver-compatible bump.
Support loading an independent plaintext keys file, enabling users to keep key material separate from the main configuration and update it without modifying other files.
Owner
|
Hey! I appreciate you took the time to work on this unfortunately I will have to decline this pull request although I do understand the goal to separate the key material more which is something I want to look into. Here are my reasons:
|
Owner
|
See #13 |
Owner
|
Supported now in the latest release. |
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.
Support loading an independent plaintext keys file, enabling users to keep key material separate from the main configuration and update it without modifying other files.