Vincent Thiery

Results 8 issues of Vincent Thiery

I noticed that when closing the AMQP subscriber, the following error is logged: > Failed to close channel With the error `Exception (504) Reason: "channel/connection is not open"` I had...

### What version of Cassandra are you using? 3.11.3 ### What version of Gocql are you using? v0.0.0-20201024154641-5913df4d474e ### What did you do? In one of our services, we noticed...

### What does this PR do? Document how to install stratus-red-team using [asdf](https://asdf-vm.com/). I have also slightly changed how installation methods are listed for clarity. ### Motivation Using [asdf](https://asdf-vm.com/) and...

status/on-hold

## Summary Description: - Tool repo URL: https://github.com/DataDog/stratus-red-team - Plugin repo URL: https://github.com/vthiery/asdf-stratus-red-team ## Checklist - [x] Format with `scripts/format.bash` - [x] Test locally with `scripts/test_plugin.bash --file plugins/stratus-red-team` - [x]...

Some of our private projects use a private Git submodule. The analysis fail because the worker cannot clone the submodule. Is there a possible solution to this issue, or something...

I want to define a notification rule step for a "New Alert" with no delay (so that I immediately receive the notification). The [Opsgenie API documentation](https://docs.opsgenie.com/docs/notification-rule-step-api) indicates that the `sendAfter`...

The test `Test_ShouldReturnErrorForNonExistingStatefulSetInSaaS` seems to systematically fail in the CI: ``` --- FAIL: Test_ShouldReturnErrorForNonExistingStatefulSetInSaaS (0.00s) statefulset_test.go:80: Error Trace: /home/runner/work/zeebe-chaos/zeebe-chaos/go-chaos/internal/statefulset_test.go:80 Error: Expected nil, but got: &v1.StatefulSet{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"", GenerateName:"", Namespace:"", SelfLink:"",...

## Description Fix the formatting of API client scopes to increase visibility, and add missing whitespace. In Console: ## When should this change go live? - [ ] This is...