Kubernetes
Tokenless Authentication to Kubernetes using SAML.to
Introduction
Prerequisites
Create a Kubernetes Admin Role
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "eks:DescribeCluster",
"Resource": "arn:aws:eks:*:*:cluster/*"
}
]
}Edit the Config Map
Connect to Kubernetes Using the Role
With The SAML.to CLI
Within GitHub Actions
Questions/Comments/Issues?
Last updated