<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Least Privilege on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/least-privilege/</link><description>Recent content in Least Privilege on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 28 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/least-privilege/index.xml" rel="self" type="application/rss+xml"/><item><title>Application and Workload Security: From Development to Deployment</title><link>https://ai-blog.noorshomelab.dev/zero-trust-security-guide/application-workload-security/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/zero-trust-security-guide/application-workload-security/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back! In our journey through Zero Trust, we&amp;rsquo;ve explored how to verify identities and secure network access. Now, it&amp;rsquo;s time to turn our attention to the very heart of most modern organizations: applications and their underlying workloads. These are the engines that drive business, making them prime targets for attackers.&lt;/p&gt;
&lt;p&gt;Securing applications and the services they rely on—often called &amp;ldquo;workloads&amp;rdquo;—is a critical, yet complex, undertaking. Traditional security models often assumed that once an application was inside the network perimeter, it was inherently trustworthy. Zero Trust shatters this assumption, demanding that we apply &amp;ldquo;never trust, always verify&amp;rdquo; to every line of code, every API call, and every interaction between application components.&lt;/p&gt;</description></item><item><title>Securing Containers with Non-Root Users and Resource Limits</title><link>https://ai-blog.noorshomelab.dev/docker-compose-prod-stack-2026/securing-containers-non-root-users-resource-limits/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/docker-compose-prod-stack-2026/securing-containers-non-root-users-resource-limits/</guid><description>&lt;p&gt;Running applications in production demands not just functionality but also robust security and stable performance. A common oversight in container deployments is operating services with excessive privileges or without proper resource constraints. This can turn a minor vulnerability into a critical system compromise or a simple traffic spike into a cascading outage.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll implement two fundamental production best practices for Docker containers: running services as non-root users and defining explicit CPU and memory limits. These measures significantly reduce your application&amp;rsquo;s attack surface and ensure predictable resource consumption, making your multi-service stack more resilient.&lt;/p&gt;</description></item></channel></rss>