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

Fix password store to handle keys with '/' in them #53

Merged

Conversation

psanford
Copy link
Contributor

Previously the password store implementation assumed that all the keys
lived directly in the prefix directory.

This change fixes Keys() to also return keys that exist in a
subdirectory.

This addresses one of the issues noted in 99desings/aws-vault#418 where no existing sessions were found.

Previously the password store implementation assumed that all the keys
lived directly in the prefix directory.

This change fixes Keys() to also return keys that exist in a
subdirectory.
@psanford
Copy link
Contributor Author

Thanks for merging this!

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.

None yet

2 participants