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

[processor/k8sattributes] Apply strict regex matching on the full length of labels/annotations #9716

Closed
dmitryax opened this issue May 3, 2022 · 2 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed priority:p3 Lowest processor/k8sattributes k8s Attributes processor

Comments

@dmitryax
Copy link
Member

dmitryax commented May 3, 2022

As discussed in this thread we should apply key_regex value to the full length of annotations and labels. For example:

  • key_regex: an* should not match annotation1 pod label, but match annn label.
  • key_regex: .* should match any pod label.
@erenming
Copy link
Contributor

erenming commented Aug 9, 2022

Hi, i'd like to resolve this issue, could assign it to me? @dmitryax

@dmitryax
Copy link
Member Author

dmitryax commented Aug 9, 2022

@erenming, assigned. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed priority:p3 Lowest processor/k8sattributes k8s Attributes processor
Projects
None yet
Development

No branches or pull requests

2 participants