docs: pipeline: outputs: forward: note shared_key requirement for credentials#2617
Conversation
…dentials Document that username and password require shared_key or empty_shared_key to be configured. Credentials are exchanged only during the secure forward handshake, and Fluent Bit now fails to start if they are set without a shared key. Note this update due to code change without matching docs PR. Signed-off-by: Eric D. Schabell <eric@schabell.org>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDocumentation update to the Secure Forward configuration parameter table in pipeline/outputs/forward.md, revising the username and password entries to note that they require shared_key or empty_shared_key to be set, since credentials are exchanged only during the secure forward handshake. ChangesForward Output Documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@patrick-stephens ready for review! |
Document that username and password require shared_key or empty_shared_key to be configured. Credentials are exchanged only during the secure forward handshake, and Fluent Bit now fails to start if they are set without a shared key.
Note this update due to code change without matching docs PR.
Summary by CodeRabbit
usernameandpassword.shared_keyorempty_shared_keyto be set for the secure forward handshake.