Skip to content

Provide secret module implementation in core bundle#46806

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 8 commits intomainfrom
pgimalac/core-bundle-secret-module
Feb 25, 2026
Merged

Provide secret module implementation in core bundle#46806
gh-worker-dd-mergequeue-cf854d[bot] merged 8 commits intomainfrom
pgimalac/core-bundle-secret-module

Conversation

@pgimalac
Copy link
Copy Markdown
Member

@pgimalac pgimalac commented Feb 23, 2026

What does this PR do?

Provide secret component implementation in core bundle through a functional option pattern.

Motivation

The core bundle should be self sufficient, importing it and still having to provide some extra modules is surprising and annoying.

The delegated auth token (being introduced in #46272) has the exact same issue and will require being included along with secrets, with this change it can just be imported directly within the core bundle like the secret component, requiring no change to any command.

Describe how you validated your changes

CI

Additional Notes

This means all binaries will now import both the "real" and the "noop" implementation of the secret component, potentially resulting in more dependencies, but it should already be the case anyway, the run commands use the real secret component while most other subcommands use the noop, so both are imported.

If the size impact is too big, WithSecrets can be moved to a different package so that only binaries using it get its dependencies.

@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

agent-platform-auto-pr Bot commented Feb 23, 2026

Go Package Import Differences

Baseline: 77fc7ad
Comparison: c20ecee

binaryosarchchange
system-probelinuxamd64
+4, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx
+github.com/DataDog/datadog-agent/comp/core/secrets/impl
+github.com/DataDog/datadog-agent/comp/core/secrets/utils
+github.com/DataDog/datadog-agent/pkg/util/defaultpaths
system-probelinuxarm64
+4, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx
+github.com/DataDog/datadog-agent/comp/core/secrets/impl
+github.com/DataDog/datadog-agent/comp/core/secrets/utils
+github.com/DataDog/datadog-agent/pkg/util/defaultpaths
system-probewindowsamd64
+5, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx
+github.com/DataDog/datadog-agent/comp/core/secrets/impl
+github.com/DataDog/datadog-agent/comp/core/secrets/utils
+github.com/DataDog/datadog-agent/pkg/util/defaultpaths
+golang.org/x/exp/maps
system-probedarwinamd64
+5, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx
+github.com/DataDog/datadog-agent/comp/core/secrets/impl
+github.com/DataDog/datadog-agent/comp/core/secrets/utils
+github.com/DataDog/datadog-agent/pkg/util/defaultpaths
+golang.org/x/exp/maps
system-probedarwinarm64
+5, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx
+github.com/DataDog/datadog-agent/comp/core/secrets/impl
+github.com/DataDog/datadog-agent/comp/core/secrets/utils
+github.com/DataDog/datadog-agent/pkg/util/defaultpaths
+golang.org/x/exp/maps
full-host-profilerlinuxamd64
+5, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx
+github.com/DataDog/datadog-agent/comp/core/secrets/impl
+github.com/DataDog/datadog-agent/comp/core/secrets/utils
+github.com/DataDog/datadog-agent/pkg/util/defaultpaths
+github.com/benbjohnson/clock
full-host-profilerlinuxarm64
+5, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx
+github.com/DataDog/datadog-agent/comp/core/secrets/impl
+github.com/DataDog/datadog-agent/comp/core/secrets/utils
+github.com/DataDog/datadog-agent/pkg/util/defaultpaths
+github.com/benbjohnson/clock
installerlinuxamd64
+2, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx-noop
+github.com/DataDog/datadog-agent/comp/core/secrets/noop-impl
installerlinuxarm64
+2, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx-noop
+github.com/DataDog/datadog-agent/comp/core/secrets/noop-impl
installerwindowsamd64
+2, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx-noop
+github.com/DataDog/datadog-agent/comp/core/secrets/noop-impl
privateactionrunnerlinuxamd64
+2, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx-noop
+github.com/DataDog/datadog-agent/comp/core/secrets/noop-impl
privateactionrunnerlinuxarm64
+2, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx-noop
+github.com/DataDog/datadog-agent/comp/core/secrets/noop-impl
privateactionrunnerwindowsamd64
+2, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx-noop
+github.com/DataDog/datadog-agent/comp/core/secrets/noop-impl
privateactionrunnerdarwinamd64
+2, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx-noop
+github.com/DataDog/datadog-agent/comp/core/secrets/noop-impl
privateactionrunnerdarwinarm64
+2, -0
+github.com/DataDog/datadog-agent/comp/core/secrets/fx-noop
+github.com/DataDog/datadog-agent/comp/core/secrets/noop-impl

@pgimalac pgimalac added changelog/no-changelog No changelog entry needed qa/done QA done before merge and regressions are covered by tests labels Feb 23, 2026
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

agent-platform-auto-pr Bot commented Feb 23, 2026

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 77fc7ad
📊 Static Quality Gates Dashboard
🔗 SQG Job

Successful checks

Info

Quality gate Change Size (prev → curr → max)
agent_deb_amd64 +8.44 KiB (0.00% increase) 743.908 → 743.917 → 759.670
agent_deb_amd64_fips -3.62 KiB (0.00% reduction) 702.139 → 702.136 → 720.180
agent_heroku_amd64 -4.0 KiB (0.00% reduction) 310.896 → 310.892 → 329.530
agent_msi +13.0 KiB (0.00% increase) 607.752 → 607.764 → 1073.220
agent_rpm_amd64 +8.44 KiB (0.00% increase) 743.892 → 743.900 → 759.640
agent_rpm_amd64_fips -3.62 KiB (0.00% reduction) 702.123 → 702.119 → 720.160
agent_rpm_arm64 +4.44 KiB (0.00% increase) 721.997 → 722.001 → 741.840
agent_rpm_arm64_fips +4.34 KiB (0.00% increase) 683.276 → 683.280 → 703.390
agent_suse_amd64 +8.44 KiB (0.00% increase) 743.892 → 743.900 → 759.640
agent_suse_amd64_fips -3.62 KiB (0.00% reduction) 702.123 → 702.119 → 720.160
agent_suse_arm64 +4.44 KiB (0.00% increase) 721.997 → 722.001 → 741.840
agent_suse_arm64_fips +4.34 KiB (0.00% increase) 683.276 → 683.280 → 703.390
docker_agent_arm64 +4.37 KiB (0.00% increase) 807.769 → 807.773 → 828.520
docker_agent_jmx_arm64 +4.37 KiB (0.00% increase) 987.463 → 987.467 → 1008.120
iot_agent_deb_amd64 -4.0 KiB (0.01% reduction) 42.636 → 42.632 → 43.290
iot_agent_deb_arm64 -4.0 KiB (0.01% reduction) 39.738 → 39.734 → 40.920
iot_agent_rpm_amd64 -4.0 KiB (0.01% reduction) 42.637 → 42.633 → 43.290
iot_agent_suse_amd64 -4.0 KiB (0.01% reduction) 42.637 → 42.633 → 43.290
13 successful checks with minimal change (< 2 KiB)
Quality gate Current Size
docker_agent_amd64 804.926 MiB
docker_agent_jmx_amd64 995.837 MiB
docker_cluster_agent_amd64 203.427 MiB
docker_cluster_agent_arm64 217.835 MiB
docker_cws_instrumentation_amd64 7.135 MiB
docker_cws_instrumentation_arm64 6.689 MiB
docker_dogstatsd_amd64 38.512 MiB
docker_dogstatsd_arm64 36.812 MiB
dogstatsd_deb_amd64 29.736 MiB
dogstatsd_deb_arm64 27.893 MiB
dogstatsd_rpm_amd64 29.736 MiB
dogstatsd_suse_amd64 29.736 MiB
iot_agent_deb_armhf 40.463 MiB
On-wire sizes (compressed)
Quality gate Change Size (prev → curr → max)
agent_deb_amd64 +15.06 KiB (0.01% increase) 173.673 → 173.687 → 186.090
agent_deb_amd64_fips -9.57 KiB (0.01% reduction) 164.599 → 164.590 → 180.330
agent_heroku_amd64 -4.69 KiB (0.01% reduction) 74.982 → 74.977 → 88.440
agent_msi +36.0 KiB (0.03% increase) 137.613 → 137.648 → 154.470
agent_rpm_amd64 +10.36 KiB (0.01% increase) 175.590 → 175.600 → 189.170
agent_rpm_amd64_fips -2.79 KiB (0.00% reduction) 167.408 → 167.405 → 181.060
agent_rpm_arm64 -5.23 KiB (0.00% reduction) 157.827 → 157.822 → 170.020
agent_rpm_arm64_fips +28.52 KiB (0.02% increase) 150.647 → 150.675 → 164.130
agent_suse_amd64 +10.36 KiB (0.01% increase) 175.590 → 175.600 → 189.170
agent_suse_amd64_fips -2.79 KiB (0.00% reduction) 167.408 → 167.405 → 181.060
agent_suse_arm64 -5.23 KiB (0.00% reduction) 157.827 → 157.822 → 170.020
agent_suse_arm64_fips +28.52 KiB (0.02% increase) 150.647 → 150.675 → 164.130
docker_agent_amd64 +14.25 KiB (0.01% increase) 266.262 → 266.276 → 279.410
docker_agent_arm64 +12.48 KiB (0.00% increase) 253.538 → 253.550 → 267.960
docker_agent_jmx_amd64 +15.26 KiB (0.00% increase) 334.908 → 334.923 → 348.040
docker_agent_jmx_arm64 neutral 318.169 MiB → 332.560
docker_cluster_agent_amd64 +7.93 KiB (0.01% increase) 71.195 → 71.202 → 71.920
docker_cluster_agent_arm64 +3.08 KiB (0.00% increase) 66.835 → 66.838 → 67.220
docker_cws_instrumentation_amd64 neutral 2.995 MiB → 3.330
docker_cws_instrumentation_arm64 neutral 2.726 MiB → 3.090
docker_dogstatsd_amd64 neutral 14.903 MiB → 15.820
docker_dogstatsd_arm64 neutral 14.238 MiB → 14.830
dogstatsd_deb_amd64 neutral 7.855 MiB → 8.790
dogstatsd_deb_arm64 neutral 6.744 MiB → 7.710
dogstatsd_rpm_amd64 neutral 7.866 MiB → 8.800
dogstatsd_suse_amd64 neutral 7.866 MiB → 8.800
iot_agent_deb_amd64 -3.69 KiB (0.03% reduction) 11.241 → 11.237 → 12.040
iot_agent_deb_arm64 neutral 9.606 MiB → 10.450
iot_agent_deb_armhf -5.21 KiB (0.05% reduction) 9.804 → 9.799 → 10.620
iot_agent_rpm_amd64 neutral 11.257 MiB → 12.060
iot_agent_suse_amd64 neutral 11.257 MiB → 12.060

@cit-pr-commenter-54b7da
Copy link
Copy Markdown

cit-pr-commenter-54b7da Bot commented Feb 23, 2026

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 1199f935-3c69-4a0f-bfa3-8726bfceff41

Baseline: 77fc7ad
Comparison: c20ecee
Diff

Optimization Goals: ✅ No significant changes detected

Experiments ignored for regressions

Regressions in experiments with settings containing erratic: true are ignored.

perf experiment goal Δ mean % Δ mean % CI trials links
docker_containers_cpu % cpu utilization -1.61 [-4.65, +1.44] 1 Logs

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
tcp_syslog_to_blackhole ingress throughput +1.87 [+1.80, +1.95] 1 Logs
docker_containers_memory memory utilization +1.39 [+1.31, +1.47] 1 Logs
ddot_metrics_sum_cumulative memory utilization +0.63 [+0.47, +0.79] 1 Logs
ddot_metrics memory utilization +0.62 [+0.42, +0.83] 1 Logs
quality_gate_idle memory utilization +0.55 [+0.51, +0.60] 1 Logs bounds checks dashboard
ddot_logs memory utilization +0.39 [+0.33, +0.46] 1 Logs
file_tree memory utilization +0.26 [+0.20, +0.31] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization +0.24 [+0.18, +0.29] 1 Logs
otlp_ingest_metrics memory utilization +0.20 [+0.04, +0.36] 1 Logs
quality_gate_idle_all_features memory utilization +0.18 [+0.14, +0.21] 1 Logs bounds checks dashboard
ddot_metrics_sum_delta memory utilization +0.16 [-0.04, +0.36] 1 Logs
otlp_ingest_logs memory utilization +0.05 [-0.05, +0.15] 1 Logs
file_to_blackhole_0ms_latency egress throughput +0.05 [-0.41, +0.50] 1 Logs
ddot_metrics_sum_cumulativetodelta_exporter memory utilization +0.04 [-0.19, +0.27] 1 Logs
uds_dogstatsd_to_api ingress throughput +0.01 [-0.12, +0.15] 1 Logs
uds_dogstatsd_to_api_v3 ingress throughput +0.01 [-0.11, +0.14] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput +0.00 [-0.10, +0.11] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.04 [-0.47, +0.38] 1 Logs
file_to_blackhole_100ms_latency egress throughput -0.06 [-0.10, -0.01] 1 Logs
file_to_blackhole_500ms_latency egress throughput -0.06 [-0.44, +0.32] 1 Logs
quality_gate_logs % cpu utilization -0.63 [-2.11, +0.85] 1 Logs bounds checks dashboard
quality_gate_metrics_logs memory utilization -0.69 [-0.90, -0.48] 1 Logs bounds checks dashboard
docker_containers_cpu % cpu utilization -1.61 [-4.65, +1.44] 1 Logs

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed links
docker_containers_cpu simple_check_run 10/10
docker_containers_memory memory_usage 10/10
docker_containers_memory simple_check_run 10/10
file_to_blackhole_0ms_latency lost_bytes 10/10
file_to_blackhole_0ms_latency memory_usage 10/10
file_to_blackhole_1000ms_latency lost_bytes 10/10
file_to_blackhole_1000ms_latency memory_usage 10/10
file_to_blackhole_100ms_latency lost_bytes 10/10
file_to_blackhole_100ms_latency memory_usage 10/10
file_to_blackhole_500ms_latency lost_bytes 10/10
file_to_blackhole_500ms_latency memory_usage 10/10
quality_gate_idle intake_connections 10/10 bounds checks dashboard
quality_gate_idle memory_usage 10/10 bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 bounds checks dashboard
quality_gate_logs intake_connections 10/10 bounds checks dashboard
quality_gate_logs lost_bytes 10/10 bounds checks dashboard
quality_gate_logs memory_usage 10/10 bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 bounds checks dashboard
quality_gate_metrics_logs lost_bytes 10/10 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 bounds checks dashboard

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Passed. All Quality Gates passed.

  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.

@pgimalac pgimalac marked this pull request as ready for review February 23, 2026 17:50
@pgimalac pgimalac requested review from a team as code owners February 23, 2026 17:50
Copy link
Copy Markdown
Contributor

@dustmop dustmop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there's a few places where this change is modifying semantics, either adding or removing the secrets component to a command, which doesn't seem intentional. Please let me know if I'm missing something.

Comment thread cmd/agent/subcommands/dogstatsdcapture/command.go
Comment thread cmd/agent/subcommands/dogstatsdreplay/command.go
Comment thread cmd/agent/subcommands/dogstatsdstats/command.go
Comment thread cmd/agent/subcommands/integrations/command.go
SysprobeConfigParams: sysprobeconfigimpl.NewParams(),
LogParams: log.ForDaemon(command.LoggerName, "log_file", defaultpaths.LogFile),
}),
secretsfx.Module(),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this disable secrets for the window agent? In other places in this PR you replace secretsfx.Module() with a call to core.Bundle(core.WithSecrets()) but I don't see a corresponding inclusion for this file.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this one actually the core.Bundle is in getSharedFxOption(), and it has WithSecrets()

Copy link
Copy Markdown
Member Author

@pgimalac pgimalac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're completely right @dustmop I fixed all your comments and checked everything, my bad 😬

SysprobeConfigParams: sysprobeconfigimpl.NewParams(),
LogParams: log.ForDaemon(command.LoggerName, "log_file", defaultpaths.LogFile),
}),
secretsfx.Module(),
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this one actually the core.Bundle is in getSharedFxOption(), and it has WithSecrets()

@pgimalac pgimalac added the ask-review Ask required teams to review this PR label Feb 24, 2026
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

Files inventory check summary

File checks results against ancestor 77fc7adf:

Results for datadog-agent_7.78.0~devel.git.109.c20ecee.pipeline.98843892-1_amd64.deb:

No change detected

@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot merged commit 351ba46 into main Feb 25, 2026
477 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot deleted the pgimalac/core-bundle-secret-module branch February 25, 2026 15:10
@github-actions github-actions Bot added this to the 7.78.0 milestone Feb 25, 2026
github-actions Bot pushed a commit that referenced this pull request Feb 25, 2026
### What does this PR do?
Provide secret component implementation in core bundle through a functional option pattern.

### Motivation
The core bundle should be self sufficient, importing it and still having to provide some extra modules is surprising and annoying.

The delegated auth token (being introduced in #46272) has the exact same issue and will require being included along with secrets, with this change it can just be imported directly within the core bundle like the secret component, requiring no change to any command.

### Describe how you validated your changes
CI

### Additional Notes
This means all binaries will now import both the "real" and the "noop" implementation of the secret component, potentially resulting in more dependencies, but it should already be the case anyway, the run commands use the real secret component while most other subcommands use the noop, so both are imported.

If the size impact is too big, `WithSecrets` can be moved to a different package so that only binaries using it get its dependencies.

Co-authored-by: pierre.gimalac <pierre.gimalac@datadoghq.com> 351ba46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.