Skip to content

Commit 4e79c3e

Browse files
committed
administration: aws-credentials: add EKS Pod Identities
Signed-off-by: Andrew Titmuss <[email protected]>
1 parent 397a33a commit 4e79c3e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

administration/aws-credentials.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,17 @@ At this time, no other settings are supported.
2727
Fetches credentials via a signed web identity token for a Kubernetes service account.
2828
See https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html.
2929

30-
## 4. ECS HTTP Credentials Endpoint
30+
## 4. EKS Pod Identities (HTTP Credentials)
31+
32+
Fetches credentials via an agent that runs on the EKS node.
33+
See https://docs.aws.amazon.com/eks/latest/userguide/pod-identities.html.
34+
35+
## 5. ECS HTTP Credentials Endpoint
3136

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

35-
## 5. EC2 Instance Profile Credentials (IMDS)
40+
## 6. EC2 Instance Profile Credentials (IMDS)
3641

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

0 commit comments

Comments
 (0)