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): support JSON-structured Secrets Manager secrets via DD_API_KEY_SECRET_JSON_KEY
Add DD_API_KEY_SECRET_JSON_KEY env var that, when set alongside DD_API_KEY_SECRET_ARN,
parses the secret value as JSON and extracts the specified field as the API key.
This allows users with key/value JSON secrets to avoid duplicating or exposing their API key.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments