<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Auth on Fresh/Brewed</title>
		<link>https://freshbrewed.science/tags/auth/</link>
		<description>Recent content in Auth on Fresh/Brewed</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Thu, 17 Sep 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://freshbrewed.science/tags/auth/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Idp with Authelia</title>
				<link>https://freshbrewed.science/2026/09/17/authelia.html</link>
				<pubDate>Thu, 17 Sep 2026 00:00:00 -0500</pubDate>
				<guid>https://freshbrewed.science/2026/09/17/authelia.html</guid>
				<description>&lt;p&gt;We &lt;a href=&#34;https://freshbrewed.science/2026/09/08/localoauth.html&#34;&gt;took a look at Authentik recently&lt;/a&gt; that provides a nice centralized authentication and authorization solution that is Open Source and self-hosted.  But there are other options out there.&lt;/p&gt;&#xA;&lt;p&gt;One that caught my attention is &lt;a href=&#34;https://www.authelia.com/&#34;&gt;Authelia&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h1 id=&#34;setup&#34;&gt;Setup&lt;/h1&gt;&#xA;&lt;p&gt;I plan to skip docker and just start with Kubernetes.  Since I need to route traffic in, I&amp;rsquo;ll need a DNS record. I can create that easily in Azure DNS&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ az account set --subscription &amp;#34;Pay-As-You-Go&amp;#34; &amp;amp;&amp;amp; az network dns record-set a add-record -g idjdnsrg -z tpk.pw -a 76.156.69.232 -n authelia&#xA;{&#xA;  &amp;#34;ARecords&amp;#34;: [&#xA;    {&#xA;      &amp;#34;ipv4Address&amp;#34;: &amp;#34;76.156.69.232&amp;#34;&#xA;    }&#xA;  ],&#xA;  &amp;#34;TTL&amp;#34;: 3600,&#xA;  &amp;#34;etag&amp;#34;: &amp;#34;d32fd44e-1b18-411c-83a5-722b1862bb18&amp;#34;,&#xA;  &amp;#34;fqdn&amp;#34;: &amp;#34;authelia.tpk.pw.&amp;#34;,&#xA;  &amp;#34;id&amp;#34;: &amp;#34;/subscriptions/d955c0ba-13dc-44cf-a29a-8fed74cbb22d/resourceGroups/idjdnsrg/providers/Microsoft.Network/dnszones/tpk.pw/A/authelia&amp;#34;,&#xA;  &amp;#34;name&amp;#34;: &amp;#34;authelia&amp;#34;,&#xA;  &amp;#34;provisioningState&amp;#34;: &amp;#34;Succeeded&amp;#34;,&#xA;  &amp;#34;resourceGroup&amp;#34;: &amp;#34;idjdnsrg&amp;#34;,&#xA;  &amp;#34;targetResource&amp;#34;: {},&#xA;  &amp;#34;trafficManagementProfile&amp;#34;: {},&#xA;  &amp;#34;type&amp;#34;: &amp;#34;Microsoft.Network/dnszones/A&amp;#34;&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I want to now bring in the helm repo&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
