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

fix(core): skip malformed UTF-8 resources #624

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

squakez
Copy link
Contributor

@squakez squakez commented Feb 9, 2021

  • Catching the exception to skip all non UTF-8 resources (configmaps, secrets).
  • Adding a check to skip symbolic links which were processed twice

Fix #593

Release Note

fix(core): skip malformed UTF-8 resources

@squakez squakez force-pushed the fix/593_binary_configmaps branch 2 times, most recently from 376f2c4 to 9fd548d Compare February 10, 2021 08:39
@squakez
Copy link
Contributor Author

squakez commented Feb 10, 2021

PR checks are failing due to #626

@squakez
Copy link
Contributor Author

squakez commented Feb 10, 2021

I will rebase it as soon as #627 is merged to master

* Catching the exception to skip all non UTF-8 resources (configmaps, secrets).
* Adding a check to skip symbolic links which were processed twice

Fix apache#593
@squakez
Copy link
Contributor Author

squakez commented Feb 17, 2021

@lburgazzoli @astefanutti should we merge this and have the fix available?

@lburgazzoli lburgazzoli merged commit 7e20ced into apache:master Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Malformed exception when using binary config map file into an integration
4 participants