Fobhep
Fobhep
Hi! Can anybody tell me, whether there is an option to set the support metrics for kafka to false upon the start of a kafka docker container? The confluent.support.metrics.enable variable...
**Describe the bug** Boker has a default placement constraint for new topics. Julie-Ops respects that when deploying a new "blank" topic, but removes it when run again. **To Reproduce** Deploy...
The possibilty to configure directory for `julie.roles`, that contains multiple yaml files, would enable the possibly to split several custom roles for sake of better overview and management.
**Describe the bug** Julie does not accept trustore props via config file **To Reproduce** Julie-Properties File: ``` bootstrap.servers=broker1:9094 security.protocol=SASL_SSL sasl.mechanism=SCRAM-SHA-512 sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="admin" password="admin-secret"; ssl.truststore.location=/home/atix/julie/kafka_broker.truststore.jks ssl.truststore.password=confluenttruststorepass ``` results in multiple...
This is related to #133 - however also valid for the rpm version. ``` 11:09 $ kafka-topology-builder --brokers broker1:9093 --clientConfig topology_builder.properties --topology topo.yaml Error: Unable to access jarfile /usr/local/kafka-topology-builder/bin/kafka-topology-builder.jar ```...
If you create a properties file containing valid Settings to connect to a cluster as admin client, however INCORRECT values for the MDS part, you won't get an error. example:...
**Describe the issue** Currently additional Systemadmins for components are hardcoded for users: eg: ``` "{{mds_bootstrap_server_urls.split(',')[0]}}/security/1.0/principals/User:{{item}}/roles/SystemAdmin" ``` However the API would allow any valid `principal` - meaning `Group:aldapgroup` would work as...
We were utilizing "magic" ansible variables in our inventory - mainly `ansible_hostname` for setting up paths for files or aliases in JKS. With "newer" versions fact_gathering is generally either switched...
There is sadly no mechanism to restart services ad hoc. Our scenario was a regular and compulsory change of LDAP user passwords, namely the one for the kafka-connect user. We...
First up: The new "get log back to ansible controller" feature is really awesome - thanks a lot :) However one might end up with quite a bunch of logs...