Can I configure with ACL for some clients but not others

2018-08-23 Thread Tobias Eriksson
. BUT do I now also need to update all my internal KAFKA clients who publish and consume OR can I configure it so that I only use SALS and ACL for the “outside” components ? -Tobias -- Tobias Eriksson Chief Architect Research – CTO Office Qvantel Sweden AB Tel; +46 768 832453 e-mail; tobias.eriks

How to setup Kafka security ? but only for some

2018-09-27 Thread Tobias Eriksson
We have Kafka v1.1.0 Is there a really good tutorial somewhere on how to set up security with SSL and ACL I would like to have ONE cluster, where * Our internal services does not have to use SSL / ACL * The 3;rd party applications HAVE TO use SSL / ACL is this possible ? -Tobias -- Tobias

Re: How to setup Kafka security ? but only for some

2018-09-27 Thread Tobias Eriksson
"Internal Services" - mean inter-broker exchanges? 2) "3rd Party applications" - means "Clients" trying to connect to Kafka broker? Regards, On Thu, 27 Sep 2018 at 09:09, Tobias Eriksson wrote: > We have Kafka v1.1.0 > Is th

Re: How to setup Kafka security ? but only for some

2018-09-28 Thread Tobias Eriksson
=PLAINTEXT://fqdn:9092,SASL_SSL://fqdn:9093 I plan to turn PLAINTEXT off however, because why not encrypt the internal communication too. Best regards, Daniel On 9/27/18 10:09 AM, Tobias Eriksson wrote: > We have Kafka v1.1.0 > Is there a real