ui
ui copied to clipboard
CRUD operations on schedules are allowed when TEMPORAL_DISABLE_WRITE_ACTIONS is set to true
Describe the bug All the CRUD operations on the schedules are allowed even if we set "TEMPORAL_DISABLE_WRITE_ACTIONS" environment variable to true for the UI component.
Expected behavior Disallow operations like "Created Schedule", "Pause Schedule" and "Delete" schedules from the UI.
Screenshots
Screenshot where UI allows to create a schedule:
Temporal server version: 1.20.3 Temporal UI version: 2.15.0 Environment: Kubernetes
Hi temporal team,
Is there any plan to address this issue on the UI?