-
Notifications
You must be signed in to change notification settings - Fork 1.8k
in_forward: improve configuration parameter descriptions #11235
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
base: master
Are you sure you want to change the base?
Conversation
- shared_key: clarify it's for secure forward authentication - self_hostname: explain it's used in handshake for secure forward auth - unix_perm: add trailing period for consistency - empty_shared_key: clarify it enables empty string as shared key Signed-off-by: Eric D. Schabell <[email protected]>
WalkthroughThis PR updates the user-facing help descriptions for four configuration options in the Fluent Bit in_forward plugin (shared_key, self_hostname, unix_perm, and empty_shared_key). The changes clarify and expand the descriptive strings to be more explicit about their purpose in the secure forward authentication mechanism, with no alterations to code logic or runtime behavior. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-11-21T06:23:29.770ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (31)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
cosmo0920
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. It's really good to have!
| FLB_CONFIG_MAP_STR, "self_hostname", NULL, | ||
| 0, FLB_FALSE, 0, | ||
| "Hostname" | ||
| "Hostname used in the handshake process for secure forward authentication." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Fixing config parameters for forward input plugin:
Fixes issue #11234
Testing
ok-package-testlabel to test for all targets (requires maintainer to do).Documentation
Fix docs PR: fluent/fluent-bit-docs#2257
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.