3.7.3¶
Release Date: June 8, 2026
โจ New Features¶
Project Templates¶
Self-Service DLQ Access Configuration ๐ฌ¶
Template: saif-feature-event-subscription
Commit: d6845ebd ยท Closes #696 ยท #765
Teams can now grant Entra ID users and groups access to browse and manage dead-letter queue (DLQ) messages via YAML config โ no portal steps or platform team intervention required. This follows the same self-service pattern used by saif-feature-database-cosmosdb for CosmosDB data readers.
Key Features:
- โ
DLQ Readers โ Grant
Azure Service Bus Data Receiverrole viadlq_readersconfig block - โ
DLQ Managers โ Grant
Azure Service Bus Data Ownerrole viadlq_managersconfig block - โ
Per-Environment Control โ Omit an environment key to restrict access (e.g. exclude
prodfor reader-only non-prod access)
Example:
# feature-event-subscription-dlq-vars.yaml
dlq_readers:
dev:
- object_id: 00000000-0000-0000-0000-000000000001
display_name: "My Dev Team"
test:
- object_id: 00000000-0000-0000-0000-000000000001
display_name: "My Dev Team"
dlq_managers:
dev:
- object_id: 00000000-0000-0000-0000-000000000002
display_name: "Platform Team"
test:
- object_id: 00000000-0000-0000-0000-000000000002
display_name: "Platform Team"
prod:
- object_id: 00000000-0000-0000-0000-000000000002
display_name: "Platform Team"
Documentation:
๐ Bug Fixes¶
Terraform Modules¶
Drop Broken OTEL Moved Block Chain ๐ง¶
Module: identity
Removes all OTEL-related moved blocks that were left in an invalid state after the _uami resource rename in #770. Terraform validates all moved block targets against the current configuration and would error when a target address no longer exists. Dropping the chain is safe because RBAC role assignments are idempotent โ Terraform will destroy and recreate them cleanly.
Affected files:
src/terraform/saif-resources/modules/identity/moved.tfโ deleted (contained only broken OTEL blocks)src/terraform/saif-web-service/moved.tfโ OTEL blocks removedsrc/terraform/saif-event-subscriber-service/moved.tfโ OTEL blocks removedsrc/terraform/saif-api-service/moved.tfโ OTEL blocks removedsrc/smithy/infra/bot/moved.tfโ OTEL blocks removed
๐ Breaking Changes¶
None in this release โ
๐ Additional Notes¶
- Total commits: 2
- Files changed: 14
- Contributors: Emmitt Johnson, Jason Coria Corona Yue
Support¶
- ๐ง Teams Support Channel: Support