Lénaïc Huard
Lénaïc Huard
### What does this PR do? Check if the `dd-agent` user inside the agent docker image is 100. ### Motivation The exact numeric value of the UID of the `dd-agent`...
### What does this PR do? Create a dedicated `secret-manager` group allowed to execute the secret-backends shipped in the docker image. ### Motivation The agent and the cluster-agent are [checking...
### What happened? We try to create a new Helm release from a remote chart with: ```go return helm.NewRelease(e.Ctx, args.InstallName, &helm.ReleaseArgs{ Namespace: pulumi.StringPtr("datadog"), Name: pulumi.StringPtr("dda"), RepositoryOpts: helm.RepositoryOptsArgs{ Repo: pulumi.StringPtr("https://helm.datadoghq.com"), },...
### What does this PR do? Migrate the internal `extendeddaemonset-check` image to GBI. ### Motivation Security folks want all containers running on our internal infra to be based on a...
### What does this PR do? Make the agent read the containers `DD_GIT_REPOSITORY_URL` and `DD_GIT_COMMIT_SHA` environment variables to populate the `git.repository_url` and `git.commit.sha` tags. ### Motivation Those `git.repository_url` and `git.commit.sha`...
### What does this PR do? Fix the `qa_agent_ot` GitLab job. ### Motivation The tag of the docker image consumed by `qa_agent_ot` here: https://github.com/DataDog/datadog-agent/blob/04c5db04f035dbe33040df6e8a005dcfc03945e8/.gitlab/dev_container_deploy/docker_linux.yml#L298 needs to match the tag of...
### What does this PR do? ### Motivation Fix cases where the agent couldn’t find the container image name with podman. ### Additional Notes ### Possible Drawbacks / Trade-offs ###...
### What does this PR do? Fix the generation of OpenAPI. ### Motivation It has accidentally been broken by the upgrade of `openapi-gen` in #221. ### Additional Notes ### Describe...
### What does this PR do? A brief description of the change being made with this pull request. ### Motivation What inspired you to submit this pull request? ### Additional...
### What does this PR do? Update kubernetes and related dependencies. ### Motivation ### Describe how to test/QA your changes ### Possible Drawbacks / Trade-offs ### Additional Notes Supersedes #28585.