anessi

Results 8 issues of anessi

I tried to use the devel version based on https://github.com/camptocamp/terraboard/blob/master/docker-compose.yml#L8 This did not pull any data, but was just logging the following messages with `TERRABOARD_LOG_LEVEL: debug` and `GODEBUG: netdns=go,http2debug=2`: ```...

**What this PR does / why we need it**: When --skip-schema-validation is set, any schema contained in the helm chart is ignored. Defaults to 'false'. Closes #10398 **Special notes for...

size/L

**Describe the bug** We noticed that the `Hazelcast-Hibernate.PhoneHomeService` thread is using one full CPU all the time. The stack trace is as follows: ``` "Hazelcast-Hibernate.PhoneHomeService" #73 daemon prio=5 os_prio=0 tid=0x00007f6d7e641000...

Type: Defect
Source: Community

Documentation for https://github.com/helm/helm/pull/12743

size/XS

### Describe the bug I'm using the following command to scan docker images and save the result as text file in a CI/CD pipeline. We use this result file to...

bug

### Gloo Edge Version 1.11.x ### Kubernetes Version 1.24.x ### Describe the bug Extauth does not consider `x-forwarded-*` headers for OIDC redirects. When having a setup where there's an external...

Type: Bug
no stalebot

### Why do we need this improvement? In the generated classes a `@Generated` annotation is added with a `date` attribute that contains the time when the classes got generated. It...

enhancement

I have the following request mapping defined which includes 2 parts: - **metadata**: POJO (application/json) - **files**: multipart ```java @RequestMapping( method = RequestMethod.POST, value = "/v1/files/bulk", produces = { "application/json"...