datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
46 stars 38 forks source link

[WIP] Fixes #181 and adds support for OAuth2 / Okta. #271

Closed devinbost closed 1 year ago

devinbost commented 1 year ago

This PR Fixes #181 and provides additional examples for using TLS with S4K and OAuth2.

Also, it's a WIP until I finish doing some testing.

Remaining items:

  1. Resolve auth failures from Prometheus. This requires adding an OAuth2 section to the PodMonitors provided in this PR once it's merged into master.
  2. (Optional) Resolve broker restart that occurs when attemptAuthenticationProviderToken: "true". See note: https://github.com/datastax/pulsar-openid-connect-plugin#using-authenticationprovidertoken
  3. Investigate/resolve auth issues with S4K
devinbost commented 1 year ago

Superseded by https://github.com/datastax/pulsar-helm-chart/pull/278