-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Release OTR mode for application key #29541
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
base: master
Are you sure you want to change the base?
Conversation
Preview links (active after the
|
- Application key secrets are only visible once, immediately after creation | ||
- The raw values cannot be retrieved later via the UI or API | ||
- You must securely store the key value when it is first displayed | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we mention the v1 API change here too?
ℹ️ Documentation Team ReviewNo documentation team review is required for this pull request. |
@@ -142,3 +154,4 @@ Need help? Contact [Datadog support][16]. | |||
[15]: /api/latest/service-accounts/ | |||
[16]: /help/ | |||
[17]: /account_management/org_settings/service_accounts/ | |||
[18]: https://app.datadoghq.com/organization-settings/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we link directly to the application keys page?
https://app.datadoghq.com/organization-settings/application-keys
@@ -16,6 +16,18 @@ API keys are unique to your organization. An [API key][1] is required by the Dat | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to mention what behavior child-orgs of orgs in otr mode could have?
Description
This PR adds documentation for the new One-Time Read (OTR) mode feature for Application Keys. This security enhancement limits the visibility of application key secrets to creation time only, aligning with industry best practices.
Changes
Updated two main documentation files:
content/en/account_management/api-app-keys.md
:content/en/account_management/org_settings.md
:Key Documentation Points
Merge instructions
Merge readiness:
For Datadog employees:
Merge queue is enabled in this repo. Your branch name MUST follow the
<name>/<description>
convention and include the forward slash (/
). Without this format, your pull request will not pass in CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
To have your PR automatically merged after it receives the required reviews, add the following PR comment:
Additional notes