Skip to content

Commit 5bfc03b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix rendering of list in Dashboards Secure Embed description (#3735)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 4a66de4 commit 5bfc03b

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129945,10 +129945,15 @@ tags:
129945129945
organize, find, and share all of your dashboards with your team and
129946129946
organization.
129947129947
name: Dashboard Lists
129948-
- description: >-
129949-
Manage securely embedded Datadog dashboards. Secure embeds use HMAC-SHA256 signed sessions for authentication, enabling customers to embed dashboards in their own applications with server-side auth control. Unlike public dashboards (open URL) or invite dashboards (email-based access), secure embeds provide programmatic access control.
129948+
- description: |-
129949+
Manage securely embedded Datadog dashboards. Secure embeds use HMAC-SHA256 signed sessions
129950+
for authentication, enabling customers to embed dashboards in their own applications with
129951+
server-side auth control. Unlike public dashboards (open URL) or invite dashboards
129952+
(email-based access), secure embeds provide programmatic access control.
129950129953

129951-
**Requirements:** - Org setting: SharedDashboards > Embed sharing must be enabled. - AuthN: Datadog API key and application key. - Read operations require `dashboards_read` permission. - Write operations require `dashboards_embed_share` permission.
129954+
**Requirements:**
129955+
- **Embed** sharing must be enabled under **Organization Settings** > **Public Sharing** > **Shared Dashboards**.
129956+
- You need [an API key and an application key](https://docs.datadoghq.com/account_management/api-app-keys/) to interact with these endpoints.
129952129957
name: Dashboard Secure Embed
129953129958
- description: |-
129954129959
The Data Deletion API allows the user to target and delete data from the allowed products. It's currently enabled for Logs and RUM and depends on `logs_delete_data` and `rum_delete_data` permissions respectively.

src/test/resources/com/datadog/api/client/v2/api/dashboard_secure_embed.feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Feature: Dashboard Secure Embed
44
signed sessions for authentication, enabling customers to embed dashboards
55
in their own applications with server-side auth control. Unlike public
66
dashboards (open URL) or invite dashboards (email-based access), secure
7-
embeds provide programmatic access control. **Requirements:** - Org
8-
setting: SharedDashboards > Embed sharing must be enabled. - AuthN:
9-
Datadog API key and application key. - Read operations require
10-
`dashboards_read` permission. - Write operations require
11-
`dashboards_embed_share` permission.
7+
embeds provide programmatic access control. **Requirements:** - **Embed**
8+
sharing must be enabled under **Organization Settings** > **Public
9+
Sharing** > **Shared Dashboards**. - You need [an API key and an
10+
application key](https://docs.datadoghq.com/account_management/api-app-
11+
keys/) to interact with these endpoints.
1212

1313
Background:
1414
Given a valid "apiKeyAuth" key in the system

0 commit comments

Comments
 (0)