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 helper-style callback functionality #3

Open
solvingj opened this issue Mar 23, 2019 · 0 comments
Open

Add helper-style callback functionality #3

solvingj opened this issue Mar 23, 2019 · 0 comments

Comments

@solvingj
Copy link
Owner

The initial naive implementation is to return the credentials via stdout. This is inherently insecure and problematic, but still an improvement to storing credentials as environment variables. We can make minor some improvements on this approach, but it will never be secure enough for some cases.

This ticket is for the eventual addition of a generic cross-platform credential helper like this, which reads the credentials in from the keychain, and holds them in memory, and provides a more robust pattern for interacting with various credentials.

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

No branches or pull requests

1 participant