Skip to content

Support configuring "proxyRoles" in broker - #430

Merged
lhotari merged 5 commits into
apache:masterfrom
lhotari:lh-support-proxy-roles
Jan 16, 2024
Merged

Support configuring "proxyRoles" in broker#430
lhotari merged 5 commits into
apache:masterfrom
lhotari:lh-support-proxy-roles

Conversation

@lhotari

@lhotari lhotari commented Jan 15, 2024

Copy link
Copy Markdown
Member

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.

@nodece nodece left a comment

Copy link
Copy Markdown
Member

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
@lhotari

lhotari commented Jan 16, 2024

Copy link
Copy Markdown
Member Author

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