cmak-operator
cmak-operator copied to clipboard
CMAK (prev. Kafka Manager) for Kubernetes
Extends the chart such that it is possible to use `basicAuth` by having the password mapped from a secret to an env-var. This ensures that those with `read-only` access to...
Currently, in order to enable authentication on `cmak` with this chart, you can do the following: ```yaml ui: # enable basic auth on the UI extraArgs: - "-DbasicAuthentication.enabled=true" - "-DbasicAuthentication.username="...
Hi, Nice project :) I want to put the CMAK in read only mode to change: application.features=["KMClusterManagerFeature","KMTopicManagerFeature","KMPreferredReplicaElectionFeature","KMReassignPartitionsFeature"] for application.features=["KMPreferredReplicaElectionFeature”,“KMReassignPartitionsFeature"] and vice-versa. What do you think about (overwrite application.conf option )...