Christopher Haar

Results 64 issues of Christopher Haar

For crossplane provider-aws we have one request to bump AWS Go SDK - so we need first the change here- something planned for update ? https://github.com/crossplane-contrib/provider-aws/issues/1414

enhancement
code generator
Crossplane

### What does this PR do? ### Motivation ### More - [ ] Yes, I have tested the PR using my local account setup (Provide any test evidence report under...

Use case We want install sentry in combination with clickhouse on openshift - but we have a problem with ssc because of ``` securityContext: privileged: true runAsUser: 0 ``` Describe...

### Checklist * [ ] Create the new release branch with minor version, i.e. `release-0.5` for `v0.5.0`. * You can use the existing branch for patch releases. * [ ]...

enhancement

### What happened? ``` create failed: cannot apply: apply failed: [WARN] A duplicate Security Group rule was found on (sg-082c7e99a0e4ffcaa). Error: InvalidPermission.Duplicate: the specified rule "peer: 10.0.0.0/24, TCP, from port:...

bug

### What happened? create a policy: ``` apiVersion: iam.aws.jet.crossplane.io/v1alpha2 kind: Policy metadata: name: sample-grafana-policy spec: forProvider: policy: | { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "aps:ListWorkspaces", "aps:DescribeWorkspace",...

bug

### What happened? unable to get elbv2 lambda target group ready because of the following error: `LBTargetGroup.elbv2.aws.jet.crossplane.io "sample-lambda-targetgroup" is invalid: spec.forProvider.stickiness.type: Required value` ### How can we reproduce it? ###...

bug

### What happened? unable to get elbv2 alb ready because of the following error: `Warning CannotObserveExternalResource 8m30s (x15 over 18m) managed/elbv2.aws.jet.crossplane.io/v1alpha2, kind=lb cannot run refresh: refresh failed: Missing required argument:...

bug

### Checklist * [ ] Create the new release branch with minor version, i.e. `release-0.21` for `v0.21.0`. * You can use the existing branch for patch releases. * [ ]...

release

### What happened? managed/instanceprofile.iam.aws.crossplane.io pre-delete failed: InvalidParameter: 1 validation error(s) found. - missing required field, RemoveRoleFromInstanceProfileInput.RoleName. ### How can we reproduce it? Create & Delete Instance Profile ### What environment...

bug