What is OpenID Connect Authentication? A Practical Guide
Hello, devops community,
Today, I present to you a topic that is less discussed and often taken for granted in our daily jobs.
OpenID Connect is among our industry's most widely used and least discussed topics.
Yet, it is so crucial when it comes to granting third-party access to a service provider. Have you seen those "sign-in with Google" before!?
In this guide, I will explain the notion of OIDC using a practical, real-world example: granting GitHub Actions access to an AWS account.
Feel free to ask any questions that come up.
https://developer-friendly.blog/2024/04/14/what-is-openid-connect-authentication-a-practical-guide/
\#oauth2 #oidc #github #aws
https://redd.it/1c4fbhh
@r_devops
Hello, devops community,
Today, I present to you a topic that is less discussed and often taken for granted in our daily jobs.
OpenID Connect is among our industry's most widely used and least discussed topics.
Yet, it is so crucial when it comes to granting third-party access to a service provider. Have you seen those "sign-in with Google" before!?
In this guide, I will explain the notion of OIDC using a practical, real-world example: granting GitHub Actions access to an AWS account.
Feel free to ask any questions that come up.
https://developer-friendly.blog/2024/04/14/what-is-openid-connect-authentication-a-practical-guide/
\#oauth2 #oidc #github #aws
https://redd.it/1c4fbhh
@r_devops
developer-friendly.blog
What is OpenID Connect Authentication? A Practical Guide - Developer Friendly Blog
Learn how to grant GitHub Actions runner jobs access to the AWS services without storing long-lived credentials and avoiding the overhead of secrets rotation.
How to Access AWS From Azure VM Using OpenID Connect
Do you work in a multi-cloud environment?
Do you usually find yourself passing around cloud credentials? Hasn't it ever felt kinda wrong?
Did you ask yourself if there's a better way around this?
I'm here to tell you that there is. There is a much better way to handle such service-to-service communications.
This blog post elaborates on what OpenID Connect can do to help you avoid passing around long-lived credentials, relieving you from the chore of frequent secret rotation.
If you enjoy this post, please share it with your network.
#aws #azure #oidc #openidconnect
https://developer-friendly.blog/2024/05/27/how-to-access-aws-from-azure-vm-using-openid-connect/
https://redd.it/1d1mjhd
@r_devops
Do you work in a multi-cloud environment?
Do you usually find yourself passing around cloud credentials? Hasn't it ever felt kinda wrong?
Did you ask yourself if there's a better way around this?
I'm here to tell you that there is. There is a much better way to handle such service-to-service communications.
This blog post elaborates on what OpenID Connect can do to help you avoid passing around long-lived credentials, relieving you from the chore of frequent secret rotation.
If you enjoy this post, please share it with your network.
#aws #azure #oidc #openidconnect
https://developer-friendly.blog/2024/05/27/how-to-access-aws-from-azure-vm-using-openid-connect/
https://redd.it/1d1mjhd
@r_devops
developer-friendly.blog
How to Access AWS From Azure VM Using OpenID Connect - Developer Friendly Blog
Learn how to grant an Azure Virtual Machine access to AWS services without passing hard-coded credetials, with the power of OpenID Connect.