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

delay filesystem access until needed for automatic key management #235

Merged
merged 1 commit into from
May 18, 2021

Conversation

brockallen
Copy link
Member

The automatic key management code was accessing the file system earlier than it needed to (most importantly when it was disabled), and on read-only file systems this was throwing an exception. This PR delays file system access until needed.

Fixes: #232

@brockallen brockallen added the bug Something isn't working label May 18, 2021
@brockallen brockallen added this to the 5.2 milestone May 18, 2021
@brockallen brockallen merged commit 12f539d into main May 18, 2021
@brockallen brockallen deleted the brock/FileSystemKeyStore branch May 18, 2021 14:37
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IOException on read-only file systems even if automatic key management is disabled
1 participant