Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for native pass backend #37

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

nodatapoints
Copy link

I implemented a basic backend for the native pass binary as suggested by #35.
It can be enabled by passing -e <pass-binary> to pass_secret_service. Furthermore
it is used as a fallback when pypass is not found.

All tests are passing.

Looking foward, I suggest dropping pypass and only using pass, since there does not seem to be active development and I don't see any benefit in using pypass instead of the main application.

@@ -30,10 +30,10 @@ async def register_service(pass_store):
return service


def _main(path, verbose):
def _main(path, pass_, verbose):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def _main(path, pass_, verbose):
def _main(path, pass_binary, verbose):

@lucc
Copy link

lucc commented Jan 7, 2024

@nodatapoints are you interested in finishing this? Should somebody else pick it up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants