-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dump) ignore credentials for consumers not in the sub-set
Credentials in Kong are not tagged at the moment. This leads to an error condition when only a subset where all credentials If `select_tags` functionality is used, only a subset of consumers are loaded in memory and this leads to a case where a credential could belong to a consumer that is not part of the sub-set. Such ErrNotFound errors are now ignored, if the select_tags feature is being used. The duplication of code here is absolutely shit. Fix #65 From #68
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters