You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): Let default basic keymanager work again (#2858)
### Proposed Changes
The recent change to us the ProviderConfig accidentally makes that field
required for all keys already loaded from the policy db. Since most
(all) existing keys won't have this set, and any keys imported via the
command line tool's import don't have it set, we should keep the old
behavior
### Checklist
- [ ] I have added or updated unit tests
- [ ] I have added or updated integration tests (if appropriate)
- [ ] I have added or updated documentation
### Testing Instructions
(cherry picked from commit fb0b99d)
0 commit comments