EksToken
yaml
type: "io.kestra.plugin.aws.auth.ekstoken"
Examples
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
600
forcePathStyle booleanstring
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15M
Format
duration
stsRoleSessionName string
Outputs
token *RequiredEksToken-Token
Definitions
io.kestra.plugin.aws.auth.EksToken-Token
expirationTime string
Format
date-time