EKS Webhook Token Authentication

From NovaOrdis Knowledge Base
Revision as of 01:18, 2 October 2020 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

EKS has native support for bearer tokens and webhook token authentication.

Generate a Token

For the current IAM User, associated with the current AWS_PROFILE:

aws eks get-token --cluster <cluster-name>

For an arbitrary IAM role:

aws eks get-token --cluster <cluster-name> --role <role-arn>