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

[bugfix] Default to true for core.exportkeys even in substores #2848

Merged
merged 2 commits into from Mar 29, 2024

Conversation

dominikschulz
Copy link
Member

This PR changes the default for core.exportkeys from false to true in mounted substores to match the default of the global root store.

It also refactors and simplifies the config package a little bit by removing special typed lookup methods and replacing them with conversion helpers that can be applied to any string.

Fixes #2830

This PR changes the default for core.exportkeys from false to true
in mounted substores to match the default of the global root store.

It also refactors and simplifies the config package a little bit
by removing special typed lookup methods and replacing them with
conversion helpers that can be applied to any string.

Fixes gopasspw#2830

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
@dominikschulz dominikschulz added bug Defects cleanup Code hygiene labels Mar 29, 2024
@dominikschulz dominikschulz added this to the 1.15.13 milestone Mar 29, 2024
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
@dominikschulz dominikschulz merged commit 2adc544 into gopasspw:master Mar 29, 2024
8 checks passed
@dominikschulz dominikschulz deleted the fix/issue-2830 branch March 29, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defects cleanup Code hygiene
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Public keys are not exported into mounted stores
1 participant