Skip to content
Discussion options

You must be logged in to vote

Hey @talonx, we added HTTPS and auth and enabled it by default in Strimzi v0.26, but as @ppatierno mentioned you can disable it like this:

apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
  name: my-cluster
spec:
  # ...
  cruiseControl:
    config:
      webserver.security.enable: false
      webserver.ssl.enable: false
# ...

to have the same functionality as before Strimzi 0.26. For more information, check out the Cruise Control REST API security section here [1].

[1] https://strimzi.io/docs/operators/latest/configuring.html#ref-cruise-control-configuration-str

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@talonx
Comment options

Answer selected by ppatierno
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants