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

fix: remove circular dep in admin svc, adjusts default superuser env flag name and default #572

Merged
merged 2 commits into from
May 11, 2024

Conversation

maranmaran
Copy link
Contributor

@maranmaran maranmaran commented May 10, 2024

Motivation

Fixes ##567
Tiny adjustment on parent PR #565 to match convention on flag name and it's bool default

Modifications

  • Remove unused service ref in PulsarAdminServiceImpl causing circular ref.
  • Rename default.superuser.enable -> default.superuser.enabled to match the convention
  • Default default.superuser.enabled flag to false in application.properties, remove from code
  • Adjust log entry when default superuser flag is disabled

Verifying this change

  • Make sure that the change passes the ./gradlew build checks.

@maranmaran maranmaran changed the title fix: adjust env var name, default in application.properties vs code a… refactor: adjust env var name, default in application.properties vs code a… May 10, 2024
@maranmaran maranmaran changed the title refactor: adjust env var name, default in application.properties vs code a… refactor: adjust env var name and default val to follow convention May 10, 2024
@maranmaran maranmaran changed the title refactor: adjust env var name and default val to follow convention fix: remove circular dep in admin svc, adjusts default superuser env flag name and default May 10, 2024
Copy link
Member

@lhotari lhotari 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 f302f45 into apache:master May 11, 2024
1 check 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.

2 participants