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

WIP: Implement service account authentication with pulsar #233

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

martin31821
Copy link

Fixes #125

Motivation

Currently, it is not possible to authenticate to a pulsar cluster with OIDC / Kubernetes Service Account tokens.
This PR adds support for it

Modifications

  • Added a reference to a service account as option of the k8s CRD

Verifying this change

  • Make sure that the change passes the CI checks.

This change added will add tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

Documentation

Check the box below.

Need to update docs?

  • doc-required
  • no-need-doc
  • doc

@martin31821 martin31821 requested review from a team as code owners August 14, 2024 09:11
@github-actions github-actions bot added the doc-required This pr needs a document label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required This pr needs a document
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Pod's Kubernetes ServiceAccount for authenticating to the pulsar cluster
1 participant