oauth2: adding new client_secret_file parameter to http and opentelemetry#2629
oauth2: adding new client_secret_file parameter to http and opentelemetry#2629fernandoalexandre wants to merge 2 commits into
client_secret_file parameter to http and opentelemetry#2629Conversation
|
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 (3)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughDocuments the ChangesOAuth 2.0 output documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: 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 |
Signed-off-by: Fernando Alexandre <fernandoalexandre@users.noreply.github.com>
d768dce to
8a7669d
Compare
Add the `oauth2.client_secret_file` parameter to the OAuth 2.0 tables in the HTTP and OpenTelemetry output plugins, and to the shared OAuth 2.0 parameter table in the YAML pipeline section. The parameter takes a path to a file containing the client secret and overrides `oauth2.client_secret` when both are set. Signed-off-by: Fernando Alexandre <fernandoalexandre@users.noreply.github.com> Signed-off-by: Eric D. Schabell <eric@schabell.org>
8a7669d to
2c6ed22
Compare
eschabell
left a comment
There was a problem hiding this comment.
@fernandoalexandre fixed a few vale issue and pushed the changes, now ready to merge once the code PR merges. Thanks for the docs PR!
Add
oauth2.client_secret_fileto http and opentelemetry property tables.Related to: fluent/fluent-bit#12118
Summary by CodeRabbit
oauth2.client_secret_filesetting for Fluent Bit pipeline outputs.oauth2.client_secret_fileoverridesoauth2.client_secretwhen provided.