
EksToken
CertifiedGenerate a presigned EKS authentication token
EksToken
Certified
Generate a presigned EKS authentication token
yaml
type: io.kestra.plugin.aws.auth.EksTokenExamples
yaml
id: aws_eks_oauth_token
namespace: company.team
tasks:
- id: get_eks_token
type: io.kestra.plugin.aws.auth.EksToken
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
region: "eu-central-1"
clusterName: "my-cluster"
Properties
clusterName *Requiredstring
accessKeyId string
compatibilityMode booleanstring
endpointOverride string
expirationDuration integerstring
Default
600forcePathStyle booleanstring
pluginDefaultsRef Non-dynamicstring
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MstsRoleSessionName string
Outputs
token *Required
Definitions
io.kestra.plugin.aws.auth.EksToken-Token
expirationTimestring
Format
date-timetokenValuestring