Florian Besser

Results 12 issues of Florian Besser

### Name and Version bitnami/zookeeper:3.7.1 ### What steps will reproduce the bug? Use the following `docker-compose` file: ```yaml version: "3.7" services: zookeeper: container_name: zookeeper networks: - mynet image: bitnami/zookeeper:3.7.1 ports:...

in-progress
tech-issues

I'm raising this issue here as I don't have access to https://groups.google.com/g/quickfixgo We configure our QuickFix/Go sessions like so: ``` BeginString=FIX.4.4 # Removed several irrelevant items StartTime=07:03:00 EndTime=07:00:00 ``` This...

**Description** According to https://security.snyk.io/vuln/SNYK-JS-DICER-2311764 the package `dicer` is vulnerable in all versions and should be replaced with an alternative. **To Reproduce** ``` npm i openapi-to-graphql ``` **Expected behavior** A version...

A deep dive into why containerization exists, and how you can use it to better your life. Basically: - Containerize your DB for concurrent test - Containerize your app for...

article

- How to trigger build on every push - How to have multiple branches run in parallel if the tests depend on fixed files or DB - How to deploy...

article

This should fix https://github.com/contentful-labs/contentful-go/issues/45 and fix https://github.com/contentful-labs/contentful-go/issues/60 By specifying the target locale of an asset to retrieve we can correctly handle the data given by contentful. Sample contentful data used...

### Issue Summary I'm installing redash using `https://getredash.github.io/contrib-helm-chart/redash`, helm chart version `3.0.1` ### Steps to Reproduce Use the following values: ```image: repository: .dkr.ecr.ap-southeast-1.amazonaws.com/redash tag: latest pullPolicy: IfNotPresent redash: cookieSecret: secretKey:...

### Name and Version oci://registry-1.docker.io/bitnamicharts/kafka:29.3.4 ### What architecture are you using? arm64 ### What steps will reproduce the bug? Apply the helm chart using the following values: ```yaml extraConfigYaml: "authorizer.class.name":...

triage
tech-issues
kafka

### Description Enhance aws_acm_certificate to showcase how a certificate can be imported so that certificate_transparency_logging_preference is ENABLED ### Affected Resource(s) and/or Data Source(s) * aws_acm_certificate * tls_self_signed_cert ### Potential Terraform...

enhancement
good first issue
service/acm

### What is the issue? I have a meshed prometheus that scrapes all instances of `linkerd-proxy` in our K8s cluster. **For all but one instance this works**, but for one...

support