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

Fixed issue where nodes could not be added to existing cluster with a custom authorizer config override configured #418

Merged
merged 3 commits into from
Apr 19, 2024

Conversation

mh013370
Copy link
Member

@mh013370 mh013370 commented Apr 18, 2024

Q A
Bug fix? yes
New feature? yes
API breaks? no
Deprecations? no
Related tickets fixes #407
License Apache 2.0

What's in this PR?

Fixes issue where new nifi nodes could not be added to an existing cluster with custom authorizers config configured.

I have tested by deploying a 1-node cluster with a custom authorizer configuration provided. I waited until nifikop brought the cluster up. I then added an additional nifi node and let nifikop add it to the cluster. Verified the node joined the cluster successfully.

Why?

Self evident.

Checklist

  • Implementation tested
  • Error handling code meets the guideline
  • Logging code meets the guideline
  • User guide and development docs updated (if needed)
  • Append changelog with changes

@mh013370 mh013370 requested a review from juldrixx April 19, 2024 10:54
@juldrixx juldrixx merged commit ed6006b into konpyutaika:master Apr 19, 2024
5 checks passed
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.

When using read only authorizerConfig it is not used when adding new nodes
2 participants