Respect passage env variables for passage.el based age.el operations.#4
Merged
anticomputer merged 2 commits intomainfrom Feb 28, 2025
Merged
Respect passage env variables for passage.el based age.el operations.#4anticomputer merged 2 commits intomainfrom
anticomputer merged 2 commits intomainfrom
Conversation
Closed
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.
Passage.el only relies on age.el for find-file operations. As such passage.el should respect passage environment variables specifying identities and recipients independent from age.el configurations for users that prefer to setenv their passage configurations.
This PR introduces this behavior in a way that is buffer local to passage.el buffers only and does not conflict with emacs-wide age.el configurations.
Users will now be able to set PASSAGE_IDENTITIES_FILE, PASSAGE_RECIPIENTS_FILE or PASSAGE_RECIPIENTS through setenv in their passage.el configurations or broader system environments and expect passage.el to respect these without having to rely on ~/.passage/identities and ~/.passage/store/.age_recipients.
Fixes #2