Skip to content

SAN URI implementation for GCP users #25828

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

Open
Dropio12 opened this issue Apr 16, 2025 · 0 comments
Open

SAN URI implementation for GCP users #25828

Dropio12 opened this issue Apr 16, 2025 · 0 comments
Labels
kind/enhance New feature or request

Comments

@Dropio12
Copy link

Dropio12 commented Apr 16, 2025

#25333

Who is this for and what problem do they have today?

Redpanda users relying on mTLS authentication, especially those using SPIFFE-based identities. Redpanda only supports Distinguished Name (DN) for mTLS, but SPIFFE omits DN, making Redpanda incompatible. This forces users to:

  • Use weaker authentication methods
  • Implement complex workarounds
  • Build custom authentication proxies
  • Avoid Redpanda for security-critical workloads

What are the success criteria?

  • Support SAN URI authentication alongside DN
  • Maintain backward compatibility
  • No required changes for existing deployments (opt-in)
  • Clear documentation and integration tests
  • No performance impact

Why is solving this problem impactful?

For users:

  • Enables Redpanda in SPIFFE-secured environments
  • Simplifies authentication without workarounds
  • Aligns security with Kafka and cloud-native standards

For Redpanda:

  • Expands adoption in security-critical industries
  • Enhances SPIFFE and cloud integration
  • Addresses a key limitation vs. Apache Kafka

Additional notes

Implementation:

  • Utilize existing get_alt_name_information for SAN URI retrieval
  • Hybrid authentication (DN + SAN URI) with per-certificate config

References:

JIRA Link: CORE-9817

@Dropio12 Dropio12 added the kind/enhance New feature or request label Apr 16, 2025
@Dropio12 Dropio12 changed the title SAN URI implementation SAN URI implementation for GCP users Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhance New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant