fix(forwarder): update API key page link to /organization-settings/api-keys#1164
Merged
Conversation
…i-keys The DdApiKey parameter description in the Forwarder CloudFormation template and the EU-site line in settings.py pointed users to the deprecated /account/settings#api page. Update both to the current /organization-settings/api-keys path. AWSINTS-3805
hkrddog
force-pushed
the
awsints-3805-forwarder-api-key-url
branch
from
July 2, 2026 17:13
ff6c0ec to
66758b0
Compare
hkrddog
marked this pull request as ready for review
July 6, 2026 19:43
RaphaelAllier
approved these changes
Jul 7, 2026
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
The Forwarder's
DdApiKeyCloudFormation parameter description and the EU-site line insettings.pydirected users to the deprecated/account/settings#apipage to find their API key. Both now point to the current/organization-settings/api-keyspath.aws/logs_monitoring/template.yaml-DdApiKeyparameter descriptionaws/logs_monitoring/settings.py- EU-site line in the manual-config comment block (the US-site line there was already correct)Why
The docs team received customer feedback that the in-template instruction is out of date; the docs site itself already uses the correct path. Reported via #serverless-aws.
Note
The published artifact (
datadog-cloudformation-template.s3.amazonaws.com/aws/forwarder/latest.yaml) is regenerated by the Forwarder release (release.sh, version bump), so this reaches customers with the next release rather than on merge.Jira: https://datadoghq.atlassian.net/browse/AWSINTS-3805