Skip to content

Commit f2c4594

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c71bc55 of spec repo
1 parent e4d9d23 commit f2c4594

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121326,10 +121326,15 @@ tags:
121326121326
organize, find, and share all of your dashboards with your team and
121327121327
organization.
121328121328
name: Dashboard Lists
121329-
- description: >-
121330-
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.
121329+
- description: |-
121330+
Manage securely embedded Datadog dashboards. Secure embeds use HMAC-SHA256 signed sessions
121331+
for authentication, enabling customers to embed dashboards in their own applications with
121332+
server-side auth control. Unlike public dashboards (open URL) or invite dashboards
121333+
(email-based access), secure embeds provide programmatic access control.
121331121334

121332-
**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.
121335+
**Requirements:**
121336+
- **Embed** sharing must be enabled under **Organization Settings** > **Public Sharing** > **Shared Dashboards**.
121337+
- You need [an API key and an application key]((https://docs.datadoghq.com/account_management/api-app-keys/) to interact with these endpoints.
121333121338
name: Dashboard Secure Embed
121334121339
- description: |-
121335121340
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.

features/v2/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

services/dashboard_secure_embed/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
## Description
44

5-
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.
6-
**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.
5+
Manage securely embedded Datadog dashboards. Secure embeds use HMAC-SHA256 signed sessions
6+
for authentication, enabling customers to embed dashboards in their own applications with
7+
server-side auth control. Unlike public dashboards (open URL) or invite dashboards
8+
(email-based access), secure embeds provide programmatic access control.
9+
10+
**Requirements:**
11+
- **Embed** sharing must be enabled under **Organization Settings** > **Public Sharing** > **Shared Dashboards**.
12+
- You need [an API key and an application key]((https://docs.datadoghq.com/account_management/api-app-keys/) to interact with these endpoints.
713

814
## Navigation
915

0 commit comments

Comments
 (0)