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

Support OAuth-Based Authentication #196

Open
chitralverma opened this issue Mar 7, 2025 · 0 comments
Open

Support OAuth-Based Authentication #196

chitralverma opened this issue Mar 7, 2025 · 0 comments

Comments

@chitralverma
Copy link

Summary

The logstash-input-http plugin currently supports Basic Authentication for securing webhook-based event ingestion. However, many modern services require OAuth-based authentication for secure and scalable access control. This feature request proposes adding OAuth 2.0 support for webhook sources in the plugin.

Motivation

  • Many external data sources (e.g., cloud services, APIs) require OAuth 2.0 instead of Basic Authentication.
  • OAuth provides better security and granular access control through token-based authentication.
  • Enables compatibility with enterprise-grade APIs that enforce OAuth authentication.

Proposed Solution

  • Implement OAuth 2.0 bearer token authentication for incoming HTTP requests.
  • Allow users to configure OAuth tokens via Logstash input plugin settings.
  • Optionally support JWT validation for more advanced use cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant