aws::eks-authentication¶
Creates an eks authentication.
Example¶
aws::eks-authentication eks-authentication-example
name: "onelogin"
type: "oidc"
cluster: $(aws::eks-cluster ex)
config
client-id: "valid client id"
groups-claim: "groups"
groups-prefix: "onelogin-group:"
issuer-url: "valid issuer url"
username-prefix: "onelogin-user:"
end
tags: {
Name: "eks-authentication-example"
}
end