[TON-743] Add EKS add-on credential sync resources - #3291
Draft
fanny-jiang wants to merge 4 commits into
Draft
Conversation
|
🔄 Datadog auto-retried 1 job - 1 passed on retry 🎯 Code Coverage (details) 🔗 Commit SHA: 6c9ce50 | Docs | Datadog PR Page | Give us feedback! |
zhuminyi
reviewed
Jul 22, 2026
| type: RuntimeDefault | ||
| containers: | ||
| - name: secret-sync | ||
| image: public.ecr.aws/amazonlinux/amazonlinux:2023 |
Contributor
There was a problem hiding this comment.
should we use marketplace ecr?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds an opt-in credentials-sync contract to the Datadog Operator EKS add-on chart.
When
managedAgentInstallationCredentialsis configured, the chart renders:ServiceAccount/datadog-ascp-syncSecretProviderClass/datadog-api-keyDeployment/datadog-ascp-secret-syncthat keeps the CSI volume mountedThe SecretProviderClass syncs the configured AWS Secrets Manager value into
datadog-secret[api-key]in the add-on namespace.Motivation
This supports an intermediary EKS installation path where the instrumenter installs the Datadog Operator EKS add-on while the existing Lambda remains responsible for creating the DatadogAgent.
Additional Notes
This intentionally excludes the managed Agent lifecycle-intent resources from the broader add-on proposal.
The cluster must separately provide the AWS Secrets Store CSI Driver provider, EKS Pod Identity Agent, Kubernetes Secret sync support, and a Pod Identity association that grants the dedicated ServiceAccount access to the configured secret.
Before publishing the Marketplace add-on, the sync image should be mirrored and pinned in the Datadog Marketplace ECR repository.
Minimum Agent Versions
Describe your test plan
datadog-operatorchart.git diff --check.Checklist
bug,enhancement,refactoring,documentation,tooling, and/ordependenciesqa/skip-qalabel