Cannot browse Kafka Connect Connectors #983
-
Hello, I can browser the broker and schema regirstry in Kafbat GUI. here is the Kafbat config file:
Here is the the Kafka Connect Properties:
Here is the Kafbat log: `[root@s3tlakfk03std ~]# java --add-opens java.rmi/javax.rmi.ssl=ALL-UNNAMED -Dspring.config.additional-location=/home/TBESAHL/kafka-ui.yaml -jar /tmp/api-v1.2.0.jar | | | |_ | / |_ _ _ /\ _ __ __ _ | | ___ | |/ /_ _ / | |____ 2025-03-24 14:21:21,273 INFO [main] i.k.u.KafkaUiApplication: Starting KafkaUiApplication vv1.2.0 using Java 21.0.6 with PID 1365930 (/tmp/api-v1.2.0.jar started by root in /root) 2025-03-24 14:21:23,823 INFO [main] i.c.k.s.KafkaAvroDeserializerConfig: KafkaAvroDeserializerConfig values: |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 4 replies
-
kafka:
clusters:
- name: "demo.test.env"
readonly: false
ssl:
verifySSL: false
truststoreLocation: "/ssl/demo-ca.p12"
bootstrapServers: "demo1.test.env:9093,demo2.test.env:9093,demo3.test.env:9093"
properties:
security:
protocol: "SSL"
ssl:
keystoreLocation: "/ssl/demo-user.p12"
endpointIdentificationAlgorithm: "https"
kafkaConnect:
- name: "demo-kafka-connect.test.env"
address: "demo-kafka-connect.test.env"
volumeMounts:
- name: trust-data
mountPath: /usr/lib/jvm/zulu21-ca/lib/security
volumes:
- name: trust-data
emptyDir: {}
- name: root-tls
secret:
secretName: root-tls
initContainers:
- name: root-ca
image: ghcr.io/kafbat/kafka-ui:v1.2.0
command: ["sh", "-c", "--"]
args:
- "cp /usr/lib/jvm/zulu21-ca/lib/security/* /tmp/ca-trust/; keytool -import -trustcacerts -alias my-root-ca -file /tmp/cert/my1.crt -keystore /tmp/ca-trust/cacerts -storepass changeit -noprompt; keytool -import -trustcacerts -alias my-root-ca2 -file /tmp/cert/my.crt -keystore /tmp/ca-trust/cacerts -storepass changeit -noprompt;"
volumeMounts:
- name: trust-data
mountPath: /tmp/ca-trust
- name: root-tls
mountPath: /tmp/cert
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
runAsNonRoot: true
runAsUser: 2001
resources:
limits:
cpu: "250m"
memory: 256Mi
requests:
cpu: "250m"
memory: 256Mi |
Beta Was this translation helpful? Give feedback.
-
it made no difference [root@s3tlakfk03std ~]# cat /home/TBESAHL/kafka-ui.yaml `[root@s3tlakfk03std ~]# java --add-opens java.rmi/javax.rmi.ssl=ALL-UNNAMED -Dspring.config.additional-location=/home/TBESAHL/kafka-ui.yaml -jar /tmp/api-v1.2.0.jar | | | |_ | / |_ _ _ /\ _ __ __ _ | | ___ | |/ /_ _ / | |____ 2025-03-24 16:25:24,008 INFO [main] i.k.u.KafkaUiApplication: Starting KafkaUiApplication vv1.2.0 using Java 21.0.6 with PID 1651974 (/tmp/api-v1.2.0.jar started by root in /root) 2025-03-24 16:25:26,496 INFO [main] i.c.k.s.KafkaAvroDeserializerConfig: KafkaAvroDeserializerConfig values: 2025-03-24 16:25:26,964 INFO [main] o.s.b.a.e.w.EndpointLinksResolver: Exposing 3 endpoints beneath base path '/actuator' 2025-03-24 16:25:27,856 INFO [boundedElastic-1] o.a.k.c.u.AppInfoParser: Kafka version: 7.9.0-ccs |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
curl -k -u "fa_askfk_reg:lzW>n4s5jbH" https://S1TLAKFK02STD:8083/connectors | jq . |
Beta Was this translation helpful? Give feedback.
-
recheck https://ui.docs.kafbat.io/configuration/misc-configuration-properties kafkaConnect:
- name: connect-cluster
address: https://S1TLAKFK02STD.com:8083
username: fa_askfk_reg
password: XXXXX |
Beta Was this translation helpful? Give feedback.
recheck https://ui.docs.kafbat.io/configuration/misc-configuration-properties
i don't see basicAuth properties. must be: