diff --git a/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx new file mode 100644 index 00000000000000..564d8d3c85581f --- /dev/null +++ b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx @@ -0,0 +1,16 @@ +--- +title: Logpush Permission Update for Zero Trust Datasets +description: Additional permissions required for ZT datasets +date: 2025-11-05 +--- + +[Permissions](/logs/logpush/permissions/) for managing Logpush jobs related to [Zero Trust datasets](/logs/logpush/logpush-job/datasets/account/) (Access, Gateway, and DEX) have been updated to improves data security and enforce appropriate access controls. + +To view, create, update, or delete Logpush jobs for Zero Trust datasets, users must now have both of the following permissions: + +- Logs Edit +- Zero Trust: PII Read + +:::note +Update your UI, API or Terraform configurations to include the new permissions. Requests to Zero Trust datasets will fail due to insufficient access without the additional permission. +:::