Nicolas Guerguadj

Results 11 issues of Nicolas Guerguadj

### What does this PR do? - Add guidelines on raw/encrypted communication between the Agent, proxy and Datadog intake. - Add Datadog certificate verification on the proxy host. - Add...

WORK IN PROGRESS
Do Not Merge
editorial review
agent

### What does this PR do? It replaces a reference to the configuration parameter `force_tls_12` by `min_tls_version` ### Motivation `force_tls_12` is depreciated since 7.39 and will be remove (probably, [see...

agent
data_security

### What does this PR do? This PR sets the default value of `min_tls_version` to `tlsv1.2` and completely removes `force_tls_12` from the code logic. ### Motivation TLS 1.0 and 1.1...

team/agent-shared-components

### What does this PR do? https://github.com/DataDog/datadog-agent/pull/22010 introduced a Flare provider for logs but this provider is `nil` when the Logs Agent is disabled. This leads to a segfault because...

changelog/no-changelog
team/agent-shared-components
team/agent-metrics-logs
qa/done

### What does this PR do? We had issues where the Agent panics because a Flare Provider is `nil` and we don't check for `nil` before using the provider. This...

changelog/no-changelog
category/bugfix
team/agent-shared-components
bugfix/functional

### What does this PR do? Run current subcommand e2e tests on Windows as well. ### Motivation More coverage. ### Additional Notes The PR is big, you probably want to...

changelog/no-changelog
team/agent-shared-components
qa/done

### What does this PR do? Fix e2e tests on Windows for secret and flare ### Motivation Tests were broken ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe...

changelog/no-changelog
team/agent-shared-components
qa/no-code-change

### What does this PR do? Run subcommands e2e tests on every PR that touches code ### Motivation We recently had a lot of failures on these tests (especially flare)...

changelog/no-changelog
team/agent-shared-components
qa/no-code-change

### What does this PR do? Add e2e tests for `check` subcommand. Only for Linux now because of a encoding issue when creating file on Windows. ### Motivation ASCII-1250 ###...

changelog/no-changelog
team/agent-shared-components
qa/no-code-change

WIP, still a rough draft because I have some questions ### Questions - Do we want to run a nightly build + tests with upstream GO. If yes, how can...

component/system-probe
team/agent-delivery