Skip to content

Commit aad3d46

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

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121326,10 +121326,17 @@ 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+
- Org setting: SharedDashboards > Embed sharing must be enabled.
121337+
- AuthN: Datadog API key and application key.
121338+
- Read operations require `dashboards_read` permission.
121339+
- Write operations require `dashboards_embed_share` permission.
121333121340
name: Dashboard Secure Embed
121334121341
- description: |-
121335121342
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
7+
embeds provide programmatic access control. **Requirements:** - Org
88
setting: SharedDashboards > Embed sharing must be enabled. - AuthN:
99
Datadog API key and application key. - Read operations require
1010
`dashboards_read` permission. - Write operations require

services/dashboard_secure_embed/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
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+
- Org setting: SharedDashboards > Embed sharing must be enabled.
12+
- AuthN: Datadog API key and application key.
13+
- Read operations require `dashboards_read` permission.
14+
- Write operations require `dashboards_embed_share` permission.
715

816
## Navigation
917

0 commit comments

Comments
 (0)