EPAM AI DIAL Admin version
Admin: [FE]0.21.0-dev.159 [BE]0.21.0-dev.10
How to reproduce
- Deploy DIAL Admin without the
DIAL_ADMIN_API_URL environment variable configured (or remove it from an existing deployment).
- Open the application and confirm that admin-backend-dependent sections are hidden (Entities, Builders, Access Management menu groups).
- Navigate to any entity detail page that remains accessible (e.g. any Catalog entity, Assets entity, or Deployment detail view).
- Observe the available tabs on the detail view.
Actual result
The Audit tab is still rendered on entity detail views across all sections even when DIAL_ADMIN_API_URL is absent and adminApiEnabled resolves to false.
Expected result
The Audit tab should be hidden for all entities in all sections when DIAL_ADMIN_API_URL is not set, consistent with the adminApiEnabled flag behavior introduced in #4508.
Additional information
Related to #4508 — the Audit tab is an admin-backend-dependent feature and must be gated by the same adminApiEnabled flag used to hide other backend-dependent UI.
Confidential information
I confirm that do not share any confidential information
EPAM AI DIAL Admin version
Admin: [FE]0.21.0-dev.159 [BE]0.21.0-dev.10
How to reproduce
DIAL_ADMIN_API_URLenvironment variable configured (or remove it from an existing deployment).Actual result
The Audit tab is still rendered on entity detail views across all sections even when
DIAL_ADMIN_API_URLis absent andadminApiEnabledresolves tofalse.Expected result
The Audit tab should be hidden for all entities in all sections when
DIAL_ADMIN_API_URLis not set, consistent with theadminApiEnabledflag behavior introduced in #4508.Additional information
Related to #4508 — the Audit tab is an admin-backend-dependent feature and must be gated by the same
adminApiEnabledflag used to hide other backend-dependent UI.Confidential information
I confirm that do not share any confidential information