Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

fix(opa): Continue upon filter fs errors #1369

Merged
merged 2 commits into from
Jul 7, 2023
Merged

Conversation

simar7
Copy link
Member

@simar7 simar7 commented Jul 5, 2023

When loading custom data, if any errors occurs while parsing files on the filesystem the associated logic fails to continue.

Current behaviour makes it so that any errors, we stop processing. This is too restrictive and can be changed to rather not filter upon errors and allow the files within the dataFS to be processed normally.

Signed-off-by: Simar [email protected]

@simar7 simar7 marked this pull request as ready for review July 5, 2023 05:24
@simar7 simar7 requested a review from giorod3 as a code owner July 5, 2023 05:24
@simar7 simar7 marked this pull request as draft July 5, 2023 05:25
@simar7 simar7 force-pushed the continue-opa-errors-2 branch from c4bbf16 to 367b32a Compare July 5, 2023 18:15
@simar7 simar7 marked this pull request as ready for review July 5, 2023 22:56
simar7 added 2 commits July 5, 2023 18:11
When loading custom data on Windows, if any errors occurs while parsing
files on the filesystem, the associated logic fails to continue.

Signed-off-by: Simar <[email protected]>
Signed-off-by: Simar <[email protected]>
@simar7 simar7 force-pushed the continue-opa-errors-2 branch from bd7332b to 97c42ca Compare July 6, 2023 00:11
@simar7 simar7 merged commit ba6474c into master Jul 7, 2023
@simar7 simar7 deleted the continue-opa-errors-2 branch July 7, 2023 01:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant