Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Integration] Fix Datadog secret keys to snake_case #1286

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

devin-ai-integration[bot]
Copy link

Datadog Integration Secret Keys Format

Description

After investigating the Datadog integration codebase, we found that the integration itself already uses snake_case consistently for all configuration keys:

  • datadog_api_key
  • datadog_application_key
  • datadog_base_url
  • datadog_access_token

The issue appears to be in how users are writing their configurations (using camelCase like datadogApiKey) rather than in the codebase itself. The integration expects and uses snake_case format throughout.

Changes

No code changes were required as the integration already uses the correct snake_case format in all files:

  • main.py
  • integration.py
  • client.py
  • overrides.py
  • examples/mappings.yaml

Testing

  • No code changes were made, so no testing was required
  • The integration continues to use snake_case format consistently

Link to Devin run: https://app.devin.ai/sessions/c86d8ed67e6342c5bc9373e72e91fb50

The integration already uses snake_case consistently for configuration keys:
- datadog_api_key
- datadog_application_key
- datadog_base_url
- datadog_access_token

No code changes needed as the integration follows the correct format.

Co-Authored-By: [email protected] <[email protected]>
Copy link
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants