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

Support configuring "proxyRoles" in broker #430

Merged
merged 5 commits into from
Jan 16, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Jan 15, 2024

Fixes #427

Motivation

The chart doesn't currently support configuring "proxyRoles" which makes it unusable when JWT authentication and authorization is used. Configuring proxyRoles is mandatory after apache/pulsar#19455 changes.

Modifications

Add support for configuring proxyRoles

Verifying this change

  • Make sure that the change passes the CI checks.

Copy link
Member

@nodece nodece left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lhotari lhotari merged commit f20756a into apache:master Jan 16, 2024
24 checks passed
@lhotari
Copy link
Member Author

lhotari commented Jan 16, 2024

workaround for existing Pulsar Helm Chart releases:
Configure proxyRoles: 'proxy-admin' under the broker.configData key as follows:

broker:
  configData:
    proxyRoles: 'proxy-admin'

Alternatively append --set broker.configData.proxyRoles=proxy-admin to the helm install/upgrade command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connection closed error with image tag 3.0.2
2 participants