Skip to content

Commit c33f452

Browse files
authored
Merge pull request kubernetes#3421 from dtw45/master
Add link to AWS IAM OIDC example in README.md
2 parents 30ee31d + 887f262 commit c33f452

File tree

1 file changed

+3
-0
lines changed
  • cluster-autoscaler/cloudprovider/aws

1 file changed

+3
-0
lines changed

cluster-autoscaler/cloudprovider/aws/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ by specifying Auto Scaling Group ARNs in the `Resource` list of the policy. More
4848
information can be found
4949
[here](https://docs.aws.amazon.com/autoscaling/latest/userguide/control-access-using-iam.html#policy-auto-scaling-resources).
5050

51+
### Using OIDC Federated Authentication
52+
OIDC federated authentication allows your service to assume an IAM role and interact with AWS services without having to store credentials as environment variables. For an example of how to use AWS IAM OIDC with the Cluster Autoscaler please see [here](CA_with_AWS_IAM_OIDC.md).
53+
5154
### Using AWS Credentials
5255

5356
**NOTE** The following is not recommended for Kubernetes clusters running on

0 commit comments

Comments
 (0)