Thomas Krause

Results 22 issues of Thomas Krause

### Describe the feature AWS CDK provides the `ServiceAccount` construct for users that want to conveniently create a k8s ServiceAccount with an IAM role for EKS. In some use-case users...

p2
feature-request
@aws-cdk/aws-eks
effort/large
@aws-cdk/aws-eks-v2-alpha

As stated in https://github.com/thomseddon/traefik-forward-auth/issues/259 some OIDC/OAuth providers don't work with the `auto-detect` AuthStyle of golang's OAuth library. This pull request makes the AuthStyle that `traefik-forward-auth` uses configurable so that it...

### What were you trying to accomplish? I was trying to invoke `eksctl upgrade nodegroup ...` for a managed node group with an IAM role that was lacking the `eks:DescribeUpdate`...

kind/bug
area/managed-nodegroup
priority/important-longterm
needs-investigation

## Is your feature request related to a problem? Please describe. The problem space this feature request arises from is the following: In my Spring Boot Kotlin project, I'm using...

### Describe the feature The `client-cloudwatch-events` does not have any paginators while some CloudWatch event operations are paginated (e.g. ListRules) it would be useful to be able to call those...

feature-request
service-api

## Describe the bug Looking at the documentation of the ["get-tag-keys" operation in the AWS CLI docs](https://docs.aws.amazon.com/cli/latest/reference/resourcegroupstaggingapi/get-tag-keys.html) one can see the API allows to pass the maximum amount of items...

feature-request
service-api

**Is your feature request related to a problem? Please describe.** As an ArgoCD user on AWS EKS, I would like assign AWS IAM roles to the ArgoCD service accounts, so...

enhancement

### Feature request Currently the tekton operator and all the components it deploys use images from gcr.io - of course, this should remain the sane default, however when using the...

kind/feature

I had to implement a vertex query containing an or-Condition and just from reading the documentation it was not obvious for me how the logical operators .or(...) and .and(...) work....

### Describe the bug When using the Superchain image (`1-buster-slim-node18` in my case) in GitLab CI and trying to install global NPM packages (e.g. `npm i -g pnpm`), the build...

bug
needs-triage