<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Oidc on Lazare's AWS Blog</title><link>https://example.org/tags/oidc/</link><description>Recent content in Oidc on Lazare's AWS Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 15 Apr 2026 00:00:00 -0700</lastBuildDate><atom:link href="https://example.org/tags/oidc/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Switch GitHub-AWS Integrations from Hard-Coded Tokens to OIDC</title><link>https://example.org/posts/switch-github-aws-hard-coded-tokens-to-oidc/</link><pubDate>Wed, 15 Apr 2026 00:00:00 -0700</pubDate><guid>https://example.org/posts/switch-github-aws-hard-coded-tokens-to-oidc/</guid><description>&lt;p&gt;If your GitHub Actions workflow talks to AWS using &lt;code&gt;AWS_ACCESS_KEY_ID&lt;/code&gt; and &lt;code&gt;AWS_SECRET_ACCESS_KEY&lt;/code&gt;, you are relying on long-lived credentials stored in GitHub secrets. That works, but it creates more secret management overhead than you need. A better approach is to use &lt;strong&gt;OpenID Connect (OIDC)&lt;/strong&gt; so GitHub can request short-lived AWS credentials at runtime.&lt;/p&gt;
&lt;p&gt;In this guide, I&amp;rsquo;ll walk through how to migrate a typical GitHub-to-AWS deployment from hard-coded tokens to OIDC. The pattern is especially useful for static site deployments, where GitHub Actions builds the site, uploads it to &lt;strong&gt;Amazon S3&lt;/strong&gt;, and then invalidates &lt;strong&gt;CloudFront&lt;/strong&gt;.&lt;/p&gt;</description></item></channel></rss>