streamnative / pulsar-resources-operator

Apache License 2.0
34 stars 15 forks source link

WIP: Implement service account authentication with pulsar #233

Open martin31821 opened 3 months ago

martin31821 commented 3 months ago

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

Verifying this change

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

(example:)

Documentation

Check the box below.

Need to update docs?