Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

administration: aws-credentials: add EKS Pod Identities #1400

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
* [Configuration File](administration/configuring-fluent-bit/yaml/configuration-file.md)
* [Unit Sizes](administration/configuring-fluent-bit/unit-sizes.md)
* [Multiline Parsing](administration/configuring-fluent-bit/multiline-parsing.md)
* [AWS Credentials](administration/aws-credentials.md)
* [Transport Security](administration/transport-security.md)
* [Buffering & Storage](administration/buffering-and-storage.md)
* [Backpressure](administration/backpressure.md)
Expand Down
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.
iandrewt marked this conversation as resolved.
Show resolved Hide resolved

## 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