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

fluentd_access_logger: check cluster existance #35138

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

ohadvano
Copy link
Contributor

Additional Description: If a cluster does not exist at the time of logger creation, Envoy would crash. When running in validation mode, the cluster manager returns nullptr by design, which causes the process to crash. Fixes #35098
Risk Level: low
Testing: unit tests
Docs Changes: none
Release Notes: none
Platform Specific Features: none

Signed-off-by: Ohad Vano <ohadvano@gmail.com>
Copy link
Member

@wbpcode wbpcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks.

@wbpcode wbpcode merged commit 1b2dc83 into envoyproxy:main Jul 12, 2024
50 checks passed
@ohadvano ohadvano deleted the fix_fluentd_validation branch July 12, 2024 05:53
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.

Envoy validate mode not working with envoy.access_loggers.fluentd extension
2 participants