Open
Description
Describe the bug (Actual behavior)
I enable read only mode for Kafka Cluster. Under this mode I'm able to remove Kafka Connect connector.
Expected behavior
I should't be able to remove Kafka Connect connector in read-only mode.
Set up
How do you run the app? Please provide as much info as possible:
- App version: v0.5.0 (027d9b4)
- Helm chart version, if you use one: kafka-ui-0.5.2
- Any IAAC configs
yamlApplicationConfig:
kafka:
clusters:
- name: bds
bootstrapServers: "kafka:9092"
schemaRegistry: "http://kafka-cp-schema-registry.default.svc:8081"
readOnly: true
kafkaConnect:
- name: connect
address: "http://kafka-cp-kafka-connect.default.svc:8083"
Steps to Reproduce
- Go to Kafka Connect connectors.
- Click on ... next to connector.
- Remove it
Screenshots