The OIDC Future
connortumbleson.com·5d
🌳Archive Merkle Trees
Preview
Report Post

A couple years ago if I wanted to automate the deployment of my project to AWS I needed to generate some keys and store them on GitHub. This would allow my GitHub build process to authenticate to AWS to upload my project. In present time you can do all of that without a single password, secret or key. This is the power of OIDC or OpenID Connect.

Just think about the past few years that we often had a vulnerability, exploit or compromised tool chain that results in some malware extracting every secret you have. This meant in those circumstances if those secrets were slightly misconfigured with too many permissions or not hardened you could have a worst case scenario on your hands.

Lets imagine you have an access key…

Similar Posts

Loading similar posts...