Skip to content

fix: Unify pull/watch events before observek8sattributes #273

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

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

obs-gh-enricogiorio
Copy link
Collaborator

The unification of events is currently defined in transform/object, which was moved after observek8sattributes due to the Secret redaction requirements.

However, the observek8sattributes custom processor expects the data from pull/watch to be unified.

The solution to this is to extract the unification logic into a different processor, which can be injected in the pipeline before observek8sattributes.

The unification of events is currently defined in transform/object,
which was moved after observek8sattributes due to the Secret redaction
requirements.

However, the observek8sattributes custom processor expects the data from
pull/watch to be unified.

The solution to this is to extract the unification logic into a
different processor, which can be injected in the pipeline before
observek8sattributes.
@obs-gh-enricogiorio obs-gh-enricogiorio merged commit 6bc4a57 into main Nov 25, 2024
11 checks passed
@obs-gh-enricogiorio obs-gh-enricogiorio deleted the enrico/transform branch November 25, 2024 18:30
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.

2 participants