<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Simon Dahlbacka</title>
    <description>The latest articles on Forem by Simon Dahlbacka (@sdahlbac).</description>
    <link>https://forem.com/sdahlbac</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F488331%2Fe472e120-621a-4b38-913a-2ecc98cc8dc5.jpeg</url>
      <title>Forem: Simon Dahlbacka</title>
      <link>https://forem.com/sdahlbac</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sdahlbac"/>
    <language>en</language>
    <item>
      <title>KSQL with authenticated kafka connect</title>
      <dc:creator>Simon Dahlbacka</dc:creator>
      <pubDate>Tue, 03 Jan 2023 18:59:37 +0000</pubDate>
      <link>https://forem.com/sdahlbac/ksql-with-authenticated-kafka-connect-1m3d</link>
      <guid>https://forem.com/sdahlbac/ksql-with-authenticated-kafka-connect-1m3d</guid>
      <description>&lt;p&gt;The documentation on how to get this up is lacking, but with a bit of trial and horror and reading the source this seems to work:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ksql.connect.url=https://url.to.your.kafka.connect
ksql.connect.basic.auth.credentials.source=FILE
ksql.connect.basic.auth.credentials.file=/path/to/foo.properties
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;where &lt;code&gt;foo.properties&lt;/code&gt; contains&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;username: fred
password: obviouslythisisnotreallymypassword
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>kafka</category>
      <category>ksqldb</category>
      <category>kafkaconnect</category>
    </item>
  </channel>
</rss>
