You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(secrets): auto-extract API key from JSON-structured Secrets Manager secrets
When DD_API_KEY_SECRET_ARN is set and the fetched secret is a JSON object,
automatically extract the value of the hardcoded "dd_api_key" field as the API key.
Falls back to using the raw secret string if the value is not valid JSON or the
"dd_api_key" field is absent, preserving existing behavior for plain-string secrets.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments