pulsar-resources-operator icon indicating copy to clipboard operation
pulsar-resources-operator copied to clipboard

WIP: Implement service account authentication with pulsar

Open martin31821 opened this issue 1 year ago • 0 comments

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?

  • [x] doc-required
  • [ ] no-need-doc
  • [ ] doc

martin31821 avatar Aug 14 '24 09:08 martin31821