Skip to content

Commit

Permalink
administration: aws-credentials: add EKS Pod Identities
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Titmuss <[email protected]>
  • Loading branch information
iandrewt committed Jun 28, 2024
1 parent 397a33a commit 4e79c3e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions administration/aws-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,17 @@ At this time, no other settings are supported.
Fetches credentials via a signed web identity token for a Kubernetes service account.
See https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html.

## 4. ECS HTTP Credentials Endpoint
## 4. EKS Pod Identities (HTTP Credentials)

Fetches credentials via an agent that runs on the EKS node.
See https://docs.aws.amazon.com/eks/latest/userguide/pod-identities.html.

## 5. ECS HTTP Credentials Endpoint

Fetches credentials for the ECS task's role.
See https://docs.aws.amazon.com/AmazonECS/latest/userguide/task-iam-roles.html.

## 5. EC2 Instance Profile Credentials (IMDS)
## 6. EC2 Instance Profile Credentials (IMDS)

Fetches credentials for the EC2 instance profile's role.
See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html.
Expand Down

0 comments on commit 4e79c3e

Please sign in to comment.