-
I found if I deploy a broker with a very simple manifest like below, it enables anonymous access (it creates a login.config with GuestLoginModule):
I have added an override login.config like in the example below, and that gets rid of anonymous access.
This seems a little long-winded just to disable anonymous access. Is there a simpler way that I'm missing? |
Beta Was this translation helpful? Give feedback.
Answered by
brusdev
May 2, 2025
Replies: 1 comment 1 reply
-
You need to set the field
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hapatrick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to set the field
spec.deploymentPlan.requireLogin
to true to disable the anonymous access, i.e.